Html Css Color HEX #D129AA Deep Cerise

📋 copy color: '#D129AA'

red 209 ◦ green 41 ◦ blue 170

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

Shades of Deep Cerise #D129AA

Tints of Deep Cerise #D129AA

RGB

 RED value IS 209 (82.03% from 255) = 49.76%

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

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 49.76%
G = 9.76%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D129AA (or 0xD129AA) is known color: Deep Cerise. HEX triplet: D1, 29 and AA. RGB value is (209,41,170). Sum of RGB (Red+Green+Blue) = 209+41+170=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D129AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D129AA is #2ED655. Grayscale: #696969. Windows color (decimal): -3069526 or 11151825. OLE color: 11151825.

HSL color Cylindrical-coordinate representation of color #D129AA: hue angle of 313.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D129AA is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 170 -
CMYK 0 0.80 0.19 0.18
HSL 313.93º 0.67% 0.49% -
HSV(B) 313.93º 0.8% 0.82% -
XYZ 34.34 18.04 39.7 -
YUV 105.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 209 41 170 0 0.80 0.19 0.18 313.93 0.67 0.49
Hex D1 29 AA 0 50 13 12 13A 43 31
Octal 321 51 252 0 120 23 22 472 103 61
Binary 11010001 101001 10101010 0 1010000 10011 10010 100111010 1000011 110001

Color Harmonies of #D129AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129AA

Black with #D129AA

Text Example


Text Example

White with #D129AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129AA; }

 p { color: rgb(209,41,170); }

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

background-color css

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

 a { background-color: rgb(209,41,170); }

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

border-color css

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

 span { border-color: rgb(209,41,170); }

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