#D832CC

Color #D832CC Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #D832CC

Tints of Razzle Dazzle Rose #D832CC

Color information

#D832CC (or 0xD832CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D8, 32 and CC. RGB value is (216,50,204). Sum of RGB (Red+Green+Blue) = 216+50+204=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D832CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D832CC is #27CD33. Grayscale: #747474. Windows color (decimal): -2608436 or 13382360. OLE color: 13382360.

HSL color Cylindrical-coordinate representation of color #D832CC: hue angle of 304.34º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D832CC is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21650204-
CMYK00.770.060.15
HSL304.34º68.03%52.16%-
HSV(B)304.34º76.85%84.71%-
XYZ40.3621.2459.1-
YUV117.19177198.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 50 (19.92% from 255) = 10.64%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=45.96%
G=10.64%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165020400.770.060.15304.3468.0352.16
HexD832CC04D6F1304434
Octal33062314011561746010464
Binary11011000110010110011000100110111011111001100001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D832CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D832CC; }

 p { color: rgb(216,50,204); }

 H1.HeaderClassName
 {
   color: #D832CC;
 }
 .AnyTagClassName
 {
   color: #D832CC;
 }
</style>
background-color css

<style>
 a { background-color: #D832CC; }

 a { background-color: rgb(216,50,204); }

 div.DivClassName
 {
   background-color: #D832CC;
 }
 .BgClassName
 {
   background-color: #D832CC;
 }
</style>
border-color css

<style>
 span { border-color: #D832CC; }

 span { border-color: rgb(216,50,204); }

 td.TdClassName
 {
   border-color: #D832CC;
 }
 .TagClassName
 {
   border-color: #D832CC;
 }
</style>