Html Css Color HEX #D13499 Deep Cerise

📋 copy color: '#D13499'

red 209 ◦ green 52 ◦ blue 153

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

Shades of Deep Cerise #D13499

Tints of Deep Cerise #D13499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.56%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 50.48%
G = 12.56%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D13499 (or 0xD13499) is known color: Deep Cerise. HEX triplet: D1, 34 and 99. RGB value is (209,52,153). Sum of RGB (Red+Green+Blue) = 209+52+153=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D13499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13499 is #2ECB66. Grayscale: #6E6E6E. Windows color (decimal): -3066727 or 10040529. OLE color: 10040529.

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

Color convert

RGB 209 52 153 -
CMYK 0 0.75 0.27 0.18
HSL 321.4º 0.63% 0.51% -
HSV(B) 321.4º 0.75% 0.82% -
XYZ 33.27 18.31 31.92 -
YUV 110.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 209 52 153 0 0.75 0.27 0.18 321.4 0.63 0.51
Hex D1 34 99 0 4B 1B 12 141 3F 33
Octal 321 64 231 0 113 33 22 501 77 63
Binary 11010001 110100 10011001 0 1001011 11011 10010 101000001 111111 110011

Color Harmonies of #D13499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13499

Black with #D13499

Text Example


Text Example

White with #D13499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13499; }

 p { color: rgb(209,52,153); }

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

background-color css

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

 a { background-color: rgb(209,52,153); }

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

border-color css

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

 span { border-color: rgb(209,52,153); }

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