Html Css Color HEX #D13494 Deep Cerise

📋 copy color: '#D13494'

red 209 ◦ green 52 ◦ blue 148

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

Shades of Deep Cerise #D13494

Tints of Deep Cerise #D13494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 51.1%
G = 12.71%
B = 36.19%

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

#D13494 (or 0xD13494) is known color: Deep Cerise. HEX triplet: D1, 34 and 94. RGB value is (209,52,148). Sum of RGB (Red+Green+Blue) = 209+52+148=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D13494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13494 is #2ECB6B. Grayscale: #6D6D6D. Windows color (decimal): -3066732 or 9712849. OLE color: 9712849.

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

Color convert

RGB 209 52 148 -
CMYK 0 0.75 0.29 0.18
HSL 323.31º 0.63% 0.51% -
HSV(B) 323.31º 0.75% 0.82% -
XYZ 32.87 18.15 29.79 -
YUV 109.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 209 52 148 0 0.75 0.29 0.18 323.31 0.63 0.51
Hex D1 34 94 0 4B 1D 12 143 3F 33
Octal 321 64 224 0 113 35 22 503 77 63
Binary 11010001 110100 10010100 0 1001011 11101 10010 101000011 111111 110011

Color Harmonies of #D13494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13494

Black with #D13494

Text Example


Text Example

White with #D13494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13494; }

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

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

background-color css

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

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

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

border-color css

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

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

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