Html Css Color HEX #D929C4 Razzle Dazzle Rose

📋 copy color: '#D929C4'

red 217 ◦ green 41 ◦ blue 196

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

Shades of Razzle Dazzle Rose #D929C4

Tints of Razzle Dazzle Rose #D929C4

RGB

 RED value IS 217 (85.16% from 255) = 47.8%

 GREEN value IS 41 (16.41% from 255) = 9.03%

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 47.8%
G = 9.03%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D929C4 (or 0xD929C4) is known color: Razzle Dazzle Rose. HEX triplet: D9, 29 and C4. RGB value is (217,41,196). Sum of RGB (Red+Green+Blue) = 217+41+196=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D929C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929C4 is #26D63B. Grayscale: #6E6E6E. Windows color (decimal): -2545212 or 12855769. OLE color: 12855769.

HSL color Cylindrical-coordinate representation of color #D929C4: hue angle of 307.16º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929C4 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 196 -
CMYK 0 0.81 0.10 0.15
HSL 307.16º 0.7% 0.51% -
HSV(B) 307.16º 0.81% 0.85% -
XYZ 39.37 20.32 54.07 -
YUV 111.29 175.81 203.4 -
System Red Green Blue C M Y K H S L
Decimal 217 41 196 0 0.81 0.10 0.15 307.16 0.7 0.51
Hex D9 29 C4 0 51 A F 133 46 33
Octal 331 51 304 0 121 12 17 463 106 63
Binary 11011001 101001 11000100 0 1010001 1010 1111 100110011 1000110 110011

Color Harmonies of #D929C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929C4

Black with #D929C4

Text Example


Text Example

White with #D929C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929C4; }

 p { color: rgb(217,41,196); }

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

background-color css

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

 a { background-color: rgb(217,41,196); }

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

border-color css

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

 span { border-color: rgb(217,41,196); }

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