Html Css Color HEX #D130A8 Deep Cerise

📋 copy color: '#D130A8'

red 209 ◦ green 48 ◦ blue 168

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

Shades of Deep Cerise #D130A8

Tints of Deep Cerise #D130A8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

 BLUE value IS 168 (66.02% from 255) = 39.53%

R = 49.18%
G = 11.29%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D130A8 (or 0xD130A8) is known color: Deep Cerise. HEX triplet: D1, 30 and A8. RGB value is (209,48,168). Sum of RGB (Red+Green+Blue) = 209+48+168=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D130A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130A8 is #2ECF57. Grayscale: #6D6D6D. Windows color (decimal): -3067736 or 11022545. OLE color: 11022545.

HSL color Cylindrical-coordinate representation of color #D130A8: hue angle of 315.28º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D130A8 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 168 -
CMYK 0 0.77 0.20 0.18
HSL 315.28º 0.64% 0.5% -
HSV(B) 315.28º 0.77% 0.82% -
XYZ 34.42 18.5 38.8 -
YUV 109.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 209 48 168 0 0.77 0.20 0.18 315.28 0.64 0.5
Hex D1 30 A8 0 4D 14 12 13B 40 32
Octal 321 60 250 0 115 24 22 473 100 62
Binary 11010001 110000 10101000 0 1001101 10100 10010 100111011 1000000 110010

Color Harmonies of #D130A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130A8

Black with #D130A8

Text Example


Text Example

White with #D130A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130A8; }

 p { color: rgb(209,48,168); }

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

background-color css

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

 a { background-color: rgb(209,48,168); }

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

border-color css

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

 span { border-color: rgb(209,48,168); }

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