Html Css Color HEX #D13C91 Deep Cerise

📋 copy color: '#D13C91'

red 209 ◦ green 60 ◦ blue 145

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

Shades of Deep Cerise #D13C91

Tints of Deep Cerise #D13C91

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 50.48%
G = 14.49%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13C91 (or 0xD13C91) is known color: Deep Cerise. HEX triplet: D1, 3C and 91. RGB value is (209,60,145). Sum of RGB (Red+Green+Blue) = 209+60+145=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C91 is #2EC36E. Grayscale: #727272. Windows color (decimal): -3064687 or 9518289. OLE color: 9518289.

HSL color Cylindrical-coordinate representation of color #D13C91: hue angle of 325.77º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C91 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 60 145 -
CMYK 0 0.71 0.31 0.18
HSL 325.77º 0.62% 0.53% -
HSV(B) 325.77º 0.71% 0.82% -
XYZ 33.02 18.83 28.68 -
YUV 114.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 209 60 145 0 0.71 0.31 0.18 325.77 0.62 0.53
Hex D1 3C 91 0 47 1F 12 146 3E 35
Octal 321 74 221 0 107 37 22 506 76 65
Binary 11010001 111100 10010001 0 1000111 11111 10010 101000110 111110 110101

Color Harmonies of #D13C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C91

Black with #D13C91

Text Example


Text Example

White with #D13C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C91; }

 p { color: rgb(209,60,145); }

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

background-color css

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

 a { background-color: rgb(209,60,145); }

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

border-color css

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

 span { border-color: rgb(209,60,145); }

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