Html Css Color HEX #D130AA Deep Cerise

📋 copy color: '#D130AA'

red 209 ◦ green 48 ◦ blue 170

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

Shades of Deep Cerise #D130AA

Tints of Deep Cerise #D130AA

RGB

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

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

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

R = 48.95%
G = 11.24%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D130AA (or 0xD130AA) is known color: Deep Cerise. HEX triplet: D1, 30 and AA. RGB value is (209,48,170). Sum of RGB (Red+Green+Blue) = 209+48+170=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D130AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130AA is #2ECF55. Grayscale: #6D6D6D. Windows color (decimal): -3067734 or 11153617. OLE color: 11153617.

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

Color convert

RGB 209 48 170 -
CMYK 0 0.77 0.19 0.18
HSL 314.53º 0.64% 0.5% -
HSV(B) 314.53º 0.77% 0.82% -
XYZ 34.61 18.57 39.79 -
YUV 110.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 209 48 170 0 0.77 0.19 0.18 314.53 0.64 0.5
Hex D1 30 AA 0 4D 13 12 13B 40 32
Octal 321 60 252 0 115 23 22 473 100 62
Binary 11010001 110000 10101010 0 1001101 10011 10010 100111011 1000000 110010

Color Harmonies of #D130AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130AA

Black with #D130AA

Text Example


Text Example

White with #D130AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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