Html Css Color HEX #D929A6 Deep Cerise

📋 copy color: '#D929A6'

red 217 ◦ green 41 ◦ blue 166

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

Shades of Deep Cerise #D929A6

Tints of Deep Cerise #D929A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.15%

R = 51.18%
G = 9.67%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D929A6 (or 0xD929A6) is known color: Deep Cerise. HEX triplet: D9, 29 and A6. RGB value is (217,41,166). Sum of RGB (Red+Green+Blue) = 217+41+166=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D929A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929A6 is #26D659. Grayscale: #6B6B6B. Windows color (decimal): -2545242 or 10889689. OLE color: 10889689.

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

Color convert

RGB 217 41 166 -
CMYK 0 0.81 0.24 0.15
HSL 317.39º 0.7% 0.51% -
HSV(B) 317.39º 0.81% 0.85% -
XYZ 36.29 19.09 37.85 -
YUV 107.87 160.81 205.84 -
System Red Green Blue C M Y K H S L
Decimal 217 41 166 0 0.81 0.24 0.15 317.39 0.7 0.51
Hex D9 29 A6 0 51 18 F 13D 46 33
Octal 331 51 246 0 121 30 17 475 106 63
Binary 11011001 101001 10100110 0 1010001 11000 1111 100111101 1000110 110011

Color Harmonies of #D929A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929A6

Black with #D929A6

Text Example


Text Example

White with #D929A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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