Html Css Color HEX #D130A2 Deep Cerise

📋 copy color: '#D130A2'

red 209 ◦ green 48 ◦ blue 162

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

Shades of Deep Cerise #D130A2

Tints of Deep Cerise #D130A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 49.88%
G = 11.46%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D130A2 (or 0xD130A2) is known color: Deep Cerise. HEX triplet: D1, 30 and A2. RGB value is (209,48,162). Sum of RGB (Red+Green+Blue) = 209+48+162=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D130A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130A2 is #2ECF5D. Grayscale: #6C6C6C. Windows color (decimal): -3067742 or 10629329. OLE color: 10629329.

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

Color convert

RGB 209 48 162 -
CMYK 0 0.77 0.22 0.18
HSL 317.52º 0.64% 0.5% -
HSV(B) 317.52º 0.77% 0.82% -
XYZ 33.87 18.28 35.93 -
YUV 109.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 209 48 162 0 0.77 0.22 0.18 317.52 0.64 0.5
Hex D1 30 A2 0 4D 16 12 13E 40 32
Octal 321 60 242 0 115 26 22 476 100 62
Binary 11010001 110000 10100010 0 1001101 10110 10010 100111110 1000000 110010

Color Harmonies of #D130A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130A2

Black with #D130A2

Text Example


Text Example

White with #D130A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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