Html Css Color HEX #D929A8 Deep Cerise

📋 copy color: '#D929A8'

red 217 ◦ green 41 ◦ blue 168

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

Shades of Deep Cerise #D929A8

Tints of Deep Cerise #D929A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 50.94%
G = 9.62%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D929A8 (or 0xD929A8) is known color: Deep Cerise. HEX triplet: D9, 29 and A8. RGB value is (217,41,168). Sum of RGB (Red+Green+Blue) = 217+41+168=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D929A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929A8 is #26D657. Grayscale: #6B6B6B. Windows color (decimal): -2545240 or 11020761. OLE color: 11020761.

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

Color convert

RGB 217 41 168 -
CMYK 0 0.81 0.23 0.15
HSL 316.7º 0.7% 0.51% -
HSV(B) 316.7º 0.81% 0.85% -
XYZ 36.48 19.16 38.82 -
YUV 108.1 161.81 205.67 -
System Red Green Blue C M Y K H S L
Decimal 217 41 168 0 0.81 0.23 0.15 316.7 0.7 0.51
Hex D9 29 A8 0 51 17 F 13D 46 33
Octal 331 51 250 0 121 27 17 475 106 63
Binary 11011001 101001 10101000 0 1010001 10111 1111 100111101 1000110 110011

Color Harmonies of #D929A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929A8

Black with #D929A8

Text Example


Text Example

White with #D929A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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