Html Css Color HEX #D13297 Deep Cerise

📋 copy color: '#D13297'

red 209 ◦ green 50 ◦ blue 151

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

Shades of Deep Cerise #D13297

Tints of Deep Cerise #D13297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.2%

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 50.98%
G = 12.2%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D13297 (or 0xD13297) is known color: Deep Cerise. HEX triplet: D1, 32 and 97. RGB value is (209,50,151). Sum of RGB (Red+Green+Blue) = 209+50+151=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13297 is #2ECD68. Grayscale: #6C6C6C. Windows color (decimal): -3067241 or 9908945. OLE color: 9908945.

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

Color convert

RGB 209 50 151 -
CMYK 0 0.76 0.28 0.18
HSL 321.89º 0.63% 0.51% -
HSV(B) 321.89º 0.76% 0.82% -
XYZ 33.02 18.07 31.03 -
YUV 109.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 209 50 151 0 0.76 0.28 0.18 321.89 0.63 0.51
Hex D1 32 97 0 4C 1C 12 142 3F 33
Octal 321 62 227 0 114 34 22 502 77 63
Binary 11010001 110010 10010111 0 1001100 11100 10010 101000010 111111 110011

Color Harmonies of #D13297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13297

Black with #D13297

Text Example


Text Example

White with #D13297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13297; }

 p { color: rgb(209,50,151); }

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

background-color css

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

 a { background-color: rgb(209,50,151); }

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

border-color css

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

 span { border-color: rgb(209,50,151); }

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