Html Css Color HEX #D13C86 Deep Cerise

📋 copy color: '#D13C86'

red 209 ◦ green 60 ◦ blue 134

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

Shades of Deep Cerise #D13C86

Tints of Deep Cerise #D13C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 51.86%
G = 14.89%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D13C86 (or 0xD13C86) is known color: Deep Cerise. HEX triplet: D1, 3C and 86. RGB value is (209,60,134). Sum of RGB (Red+Green+Blue) = 209+60+134=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C86 is #2EC379. Grayscale: #707070. Windows color (decimal): -3064698 or 8797393. OLE color: 8797393.

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

Color convert

RGB 209 60 134 -
CMYK 0 0.71 0.36 0.18
HSL 330.2º 0.62% 0.53% -
HSV(B) 330.2º 0.71% 0.82% -
XYZ 32.21 18.51 24.43 -
YUV 112.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 209 60 134 0 0.71 0.36 0.18 330.2 0.62 0.53
Hex D1 3C 86 0 47 24 12 14A 3E 35
Octal 321 74 206 0 107 44 22 512 76 65
Binary 11010001 111100 10000110 0 1000111 100100 10010 101001010 111110 110101

Color Harmonies of #D13C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C86

Black with #D13C86

Text Example


Text Example

White with #D13C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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