Html Css Color HEX #D129AF Deep Cerise

📋 copy color: '#D129AF'

red 209 ◦ green 41 ◦ blue 175

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

Shades of Deep Cerise #D129AF

Tints of Deep Cerise #D129AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 49.18%
G = 9.65%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D129AF (or 0xD129AF) is known color: Deep Cerise. HEX triplet: D1, 29 and AF. RGB value is (209,41,175). Sum of RGB (Red+Green+Blue) = 209+41+175=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D129AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D129AF is #2ED650. Grayscale: #6A6A6A. Windows color (decimal): -3069521 or 11479505. OLE color: 11479505.

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

Color convert

RGB 209 41 175 -
CMYK 0 0.80 0.16 0.18
HSL 312.14º 0.67% 0.49% -
HSV(B) 312.14º 0.8% 0.82% -
XYZ 34.83 18.24 42.24 -
YUV 106.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 209 41 175 0 0.80 0.16 0.18 312.14 0.67 0.49
Hex D1 29 AF 0 50 10 12 138 43 31
Octal 321 51 257 0 120 20 22 470 103 61
Binary 11010001 101001 10101111 0 1010000 10000 10010 100111000 1000011 110001

Color Harmonies of #D129AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129AF

Black with #D129AF

Text Example


Text Example

White with #D129AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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