Html Css Color HEX #D13083 Deep Cerise

📋 copy color: '#D13083'

red 209 ◦ green 48 ◦ blue 131

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

Shades of Deep Cerise #D13083

Tints of Deep Cerise #D13083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 53.87%
G = 12.37%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D13083 (or 0xD13083) is known color: Deep Cerise. HEX triplet: D1, 30 and 83. RGB value is (209,48,131). Sum of RGB (Red+Green+Blue) = 209+48+131=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D13083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13083 is #2ECF7C. Grayscale: #696969. Windows color (decimal): -3067773 or 8597713. OLE color: 8597713.

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

Color convert

RGB 209 48 131 -
CMYK 0 0.77 0.37 0.18
HSL 329.07º 0.64% 0.5% -
HSV(B) 329.07º 0.77% 0.82% -
XYZ 31.45 17.31 23.16 -
YUV 105.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 209 48 131 0 0.77 0.37 0.18 329.07 0.64 0.5
Hex D1 30 83 0 4D 25 12 149 40 32
Octal 321 60 203 0 115 45 22 511 100 62
Binary 11010001 110000 10000011 0 1001101 100101 10010 101001001 1000000 110010

Color Harmonies of #D13083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13083

Black with #D13083

Text Example


Text Example

White with #D13083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13083; }

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

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

background-color css

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

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

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

border-color css

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

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

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