Html Css Color HEX #D130A1 Deep Cerise

📋 copy color: '#D130A1'

red 209 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #D130A1

Tints of Deep Cerise #D130A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 50%
G = 11.48%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D130A1 (or 0xD130A1) is known color: Deep Cerise. HEX triplet: D1, 30 and A1. RGB value is (209,48,161). Sum of RGB (Red+Green+Blue) = 209+48+161=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D130A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130A1 is #2ECF5E. Grayscale: #6C6C6C. Windows color (decimal): -3067743 or 10563793. OLE color: 10563793.

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

Color convert

RGB 209 48 161 -
CMYK 0 0.77 0.23 0.18
HSL 317.89º 0.64% 0.5% -
HSV(B) 317.89º 0.77% 0.82% -
XYZ 33.78 18.24 35.46 -
YUV 109.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 209 48 161 0 0.77 0.23 0.18 317.89 0.64 0.5
Hex D1 30 A1 0 4D 17 12 13E 40 32
Octal 321 60 241 0 115 27 22 476 100 62
Binary 11010001 110000 10100001 0 1001101 10111 10010 100111110 1000000 110010

Color Harmonies of #D130A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130A1

Black with #D130A1

Text Example


Text Example

White with #D130A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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