Html Css Color HEX #D13287 Deep Cerise

📋 copy color: '#D13287'

red 209 ◦ green 50 ◦ blue 135

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

Shades of Deep Cerise #D13287

Tints of Deep Cerise #D13287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 53.05%
G = 12.69%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D13287 (or 0xD13287) is known color: Deep Cerise. HEX triplet: D1, 32 and 87. RGB value is (209,50,135). Sum of RGB (Red+Green+Blue) = 209+50+135=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D13287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13287 is #2ECD78. Grayscale: #6B6B6B. Windows color (decimal): -3067257 or 8860369. OLE color: 8860369.

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

Color convert

RGB 209 50 135 -
CMYK 0 0.76 0.35 0.18
HSL 327.92º 0.63% 0.51% -
HSV(B) 327.92º 0.76% 0.82% -
XYZ 31.81 17.59 24.64 -
YUV 107.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 209 50 135 0 0.76 0.35 0.18 327.92 0.63 0.51
Hex D1 32 87 0 4C 23 12 148 3F 33
Octal 321 62 207 0 114 43 22 510 77 63
Binary 11010001 110010 10000111 0 1001100 100011 10010 101001000 111111 110011

Color Harmonies of #D13287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13287

Black with #D13287

Text Example


Text Example

White with #D13287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13287; }

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

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

background-color css

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

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

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

border-color css

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

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

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