Html Css Color HEX #D129AC Deep Cerise

📋 copy color: '#D129AC'

red 209 ◦ green 41 ◦ blue 172

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

Shades of Deep Cerise #D129AC

Tints of Deep Cerise #D129AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 49.53%
G = 9.72%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D129AC (or 0xD129AC) is known color: Deep Cerise. HEX triplet: D1, 29 and AC. RGB value is (209,41,172). Sum of RGB (Red+Green+Blue) = 209+41+172=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D129AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D129AC is #2ED653. Grayscale: #696969. Windows color (decimal): -3069524 or 11282897. OLE color: 11282897.

HSL color Cylindrical-coordinate representation of color #D129AC: hue angle of 313.21º 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 #D129AC is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 172 -
CMYK 0 0.80 0.18 0.18
HSL 313.21º 0.67% 0.49% -
HSV(B) 313.21º 0.8% 0.82% -
XYZ 34.53 18.12 40.71 -
YUV 106.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 209 41 172 0 0.80 0.18 0.18 313.21 0.67 0.49
Hex D1 29 AC 0 50 12 12 139 43 31
Octal 321 51 254 0 120 22 22 471 103 61
Binary 11010001 101001 10101100 0 1010000 10010 10010 100111001 1000011 110001

Color Harmonies of #D129AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129AC

Black with #D129AC

Text Example


Text Example

White with #D129AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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