Html Css Color HEX #D13C95 Deep Cerise

📋 copy color: '#D13C95'

red 209 ◦ green 60 ◦ blue 149

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

Shades of Deep Cerise #D13C95

Tints of Deep Cerise #D13C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 50%
G = 14.35%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D13C95 (or 0xD13C95) is known color: Deep Cerise. HEX triplet: D1, 3C and 95. RGB value is (209,60,149). Sum of RGB (Red+Green+Blue) = 209+60+149=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C95 is #2EC36A. Grayscale: #727272. Windows color (decimal): -3064683 or 9780433. OLE color: 9780433.

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

Color convert

RGB 209 60 149 -
CMYK 0 0.71 0.29 0.18
HSL 324.16º 0.62% 0.53% -
HSV(B) 324.16º 0.71% 0.82% -
XYZ 33.34 18.96 30.34 -
YUV 114.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 209 60 149 0 0.71 0.29 0.18 324.16 0.62 0.53
Hex D1 3C 95 0 47 1D 12 144 3E 35
Octal 321 74 225 0 107 35 22 504 76 65
Binary 11010001 111100 10010101 0 1000111 11101 10010 101000100 111110 110101

Color Harmonies of #D13C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C95

Black with #D13C95

Text Example


Text Example

White with #D13C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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