Html Css Color HEX #D130A6 Deep Cerise

📋 copy color: '#D130A6'

red 209 ◦ green 48 ◦ blue 166

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

Shades of Deep Cerise #D130A6

Tints of Deep Cerise #D130A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 49.41%
G = 11.35%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D130A6 (or 0xD130A6) is known color: Deep Cerise. HEX triplet: D1, 30 and A6. RGB value is (209,48,166). Sum of RGB (Red+Green+Blue) = 209+48+166=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D130A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130A6 is #2ECF59. Grayscale: #6D6D6D. Windows color (decimal): -3067738 or 10891473. OLE color: 10891473.

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

Color convert

RGB 209 48 166 -
CMYK 0 0.77 0.21 0.18
HSL 316.02º 0.64% 0.5% -
HSV(B) 316.02º 0.77% 0.82% -
XYZ 34.23 18.42 37.83 -
YUV 109.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 209 48 166 0 0.77 0.21 0.18 316.02 0.64 0.5
Hex D1 30 A6 0 4D 15 12 13C 40 32
Octal 321 60 246 0 115 25 22 474 100 62
Binary 11010001 110000 10100110 0 1001101 10101 10010 100111100 1000000 110010

Color Harmonies of #D130A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130A6

Black with #D130A6

Text Example


Text Example

White with #D130A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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