Html Css Color HEX #D13495 Deep Cerise

📋 copy color: '#D13495'

red 209 ◦ green 52 ◦ blue 149

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

Shades of Deep Cerise #D13495

Tints of Deep Cerise #D13495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 50.98%
G = 12.68%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D13495 (or 0xD13495) is known color: Deep Cerise. HEX triplet: D1, 34 and 95. RGB value is (209,52,149). Sum of RGB (Red+Green+Blue) = 209+52+149=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13495 is #2ECB6A. Grayscale: #6D6D6D. Windows color (decimal): -3066731 or 9778385. OLE color: 9778385.

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

Color convert

RGB 209 52 149 -
CMYK 0 0.75 0.29 0.18
HSL 322.93º 0.63% 0.51% -
HSV(B) 322.93º 0.75% 0.82% -
XYZ 32.95 18.18 30.21 -
YUV 110 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 209 52 149 0 0.75 0.29 0.18 322.93 0.63 0.51
Hex D1 34 95 0 4B 1D 12 143 3F 33
Octal 321 64 225 0 113 35 22 503 77 63
Binary 11010001 110100 10010101 0 1001011 11101 10010 101000011 111111 110011

Color Harmonies of #D13495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13495

Black with #D13495

Text Example


Text Example

White with #D13495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13495; }

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

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

background-color css

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

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

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

border-color css

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

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

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