Html Css Color HEX #D129A3 Deep Cerise

📋 copy color: '#D129A3'

red 209 ◦ green 41 ◦ blue 163

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

Shades of Deep Cerise #D129A3

Tints of Deep Cerise #D129A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.47%

R = 50.61%
G = 9.93%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D129A3 (or 0xD129A3) is known color: Deep Cerise. HEX triplet: D1, 29 and A3. RGB value is (209,41,163). Sum of RGB (Red+Green+Blue) = 209+41+163=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D129A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D129A3 is #2ED65C. Grayscale: #686868. Windows color (decimal): -3069533 or 10693073. OLE color: 10693073.

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

Color convert

RGB 209 41 163 -
CMYK 0 0.80 0.22 0.18
HSL 316.43º 0.67% 0.49% -
HSV(B) 316.43º 0.8% 0.82% -
XYZ 33.7 17.79 36.31 -
YUV 105.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 209 41 163 0 0.80 0.22 0.18 316.43 0.67 0.49
Hex D1 29 A3 0 50 16 12 13C 43 31
Octal 321 51 243 0 120 26 22 474 103 61
Binary 11010001 101001 10100011 0 1010000 10110 10010 100111100 1000011 110001

Color Harmonies of #D129A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129A3

Black with #D129A3

Text Example


Text Example

White with #D129A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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