Html Css Color HEX #D832C9 Razzle Dazzle Rose

📋 copy color: '#D832C9'

red 216 ◦ green 50 ◦ blue 201

#D832C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #D832C9

Tints of Razzle Dazzle Rose #D832C9

RGB

 RED value IS 216 (84.77% from 255) = 46.25%

 GREEN value IS 50 (19.92% from 255) = 10.71%

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 46.25%
G = 10.71%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D832C9 (or 0xD832C9) is known color: Razzle Dazzle Rose. HEX triplet: D8, 32 and C9. RGB value is (216,50,201). Sum of RGB (Red+Green+Blue) = 216+50+201=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D832C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D832C9 is #27CD36. Grayscale: #747474. Windows color (decimal): -2608439 or 13185752. OLE color: 13185752.

HSL color Cylindrical-coordinate representation of color #D832C9: hue angle of 305.42º 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 #D832C9 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 201 -
CMYK 0 0.77 0.07 0.15
HSL 305.42º 0.68% 0.52% -
HSV(B) 305.42º 0.77% 0.85% -
XYZ 40 21.1 57.22 -
YUV 116.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 216 50 201 0 0.77 0.07 0.15 305.42 0.68 0.52
Hex D8 32 C9 0 4D 7 F 131 44 34
Octal 330 62 311 0 115 7 17 461 104 64
Binary 11011000 110010 11001001 0 1001101 111 1111 100110001 1000100 110100

Color Harmonies of #D832C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D832C9

Black with #D832C9

Text Example


Text Example

White with #D832C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D832C9; }

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

 H1.HeaderClassName
 {
   color: #D832C9;
 }
 .AnyTagClassName
 {
   color: #D832C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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