Html Css Color HEX #D13299 Deep Cerise

📋 copy color: '#D13299'

red 209 ◦ green 50 ◦ blue 153

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

Shades of Deep Cerise #D13299

Tints of Deep Cerise #D13299

RGB

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

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

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

R = 50.73%
G = 12.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D13299 (or 0xD13299) is known color: Deep Cerise. HEX triplet: D1, 32 and 99. RGB value is (209,50,153). Sum of RGB (Red+Green+Blue) = 209+50+153=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13299 is #2ECD66. Grayscale: #6D6D6D. Windows color (decimal): -3067239 or 10040017. OLE color: 10040017.

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

Color convert

RGB 209 50 153 -
CMYK 0 0.76 0.27 0.18
HSL 321.13º 0.63% 0.51% -
HSV(B) 321.13º 0.76% 0.82% -
XYZ 33.18 18.14 31.89 -
YUV 109.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 209 50 153 0 0.76 0.27 0.18 321.13 0.63 0.51
Hex D1 32 99 0 4C 1B 12 141 3F 33
Octal 321 62 231 0 114 33 22 501 77 63
Binary 11010001 110010 10011001 0 1001100 11011 10010 101000001 111111 110011

Color Harmonies of #D13299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13299

Black with #D13299

Text Example


Text Example

White with #D13299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13299; }

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

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

background-color css

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

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

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

border-color css

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

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

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