Html Css Color HEX #D13896 Deep Cerise

📋 copy color: '#D13896'

red 209 ◦ green 56 ◦ blue 150

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

Shades of Deep Cerise #D13896

Tints of Deep Cerise #D13896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.49%

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 50.36%
G = 13.49%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D13896 (or 0xD13896) is known color: Deep Cerise. HEX triplet: D1, 38 and 96. RGB value is (209,56,150). Sum of RGB (Red+Green+Blue) = 209+56+150=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D13896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13896 is #2EC769. Grayscale: #707070. Windows color (decimal): -3065706 or 9844945. OLE color: 9844945.

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

Color convert

RGB 209 56 150 -
CMYK 0 0.73 0.28 0.18
HSL 323.14º 0.62% 0.52% -
HSV(B) 323.14º 0.73% 0.82% -
XYZ 33.21 18.59 30.69 -
YUV 112.46 149.19 196.86 -
System Red Green Blue C M Y K H S L
Decimal 209 56 150 0 0.73 0.28 0.18 323.14 0.62 0.52
Hex D1 38 96 0 49 1C 12 143 3E 34
Octal 321 70 226 0 111 34 22 503 76 64
Binary 11010001 111000 10010110 0 1001001 11100 10010 101000011 111110 110100

Color Harmonies of #D13896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13896

Black with #D13896

Text Example


Text Example

White with #D13896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13896; }

 p { color: rgb(209,56,150); }

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

background-color css

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

 a { background-color: rgb(209,56,150); }

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

border-color css

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

 span { border-color: rgb(209,56,150); }

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