Html Css Color HEX #D130A3 Deep Cerise

📋 copy color: '#D130A3'

red 209 ◦ green 48 ◦ blue 163

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

Shades of Deep Cerise #D130A3

Tints of Deep Cerise #D130A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.81%

R = 49.76%
G = 11.43%
B = 38.81%

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

#D130A3 (or 0xD130A3) is known color: Deep Cerise. HEX triplet: D1, 30 and A3. RGB value is (209,48,163). Sum of RGB (Red+Green+Blue) = 209+48+163=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D130A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130A3 is #2ECF5C. Grayscale: #6C6C6C. Windows color (decimal): -3067741 or 10694865. OLE color: 10694865.

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

Color convert

RGB 209 48 163 -
CMYK 0 0.77 0.22 0.18
HSL 317.14º 0.64% 0.5% -
HSV(B) 317.14º 0.77% 0.82% -
XYZ 33.96 18.31 36.4 -
YUV 109.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 209 48 163 0 0.77 0.22 0.18 317.14 0.64 0.5
Hex D1 30 A3 0 4D 16 12 13D 40 32
Octal 321 60 243 0 115 26 22 475 100 62
Binary 11010001 110000 10100011 0 1001101 10110 10010 100111101 1000000 110010

Color Harmonies of #D130A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130A3

Black with #D130A3

Text Example


Text Example

White with #D130A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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