Html Css Color HEX #D13490 Deep Cerise

📋 copy color: '#D13490'

red 209 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #D13490

Tints of Deep Cerise #D13490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 51.6%
G = 12.84%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13490 (or 0xD13490) is known color: Deep Cerise. HEX triplet: D1, 34 and 90. RGB value is (209,52,144). Sum of RGB (Red+Green+Blue) = 209+52+144=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D13490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13490 is #2ECB6F. Grayscale: #6D6D6D. Windows color (decimal): -3066736 or 9450705. OLE color: 9450705.

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

Color convert

RGB 209 52 144 -
CMYK 0 0.75 0.31 0.18
HSL 324.84º 0.63% 0.51% -
HSV(B) 324.84º 0.75% 0.82% -
XYZ 32.56 18.02 28.15 -
YUV 109.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 209 52 144 0 0.75 0.31 0.18 324.84 0.63 0.51
Hex D1 34 90 0 4B 1F 12 145 3F 33
Octal 321 64 220 0 113 37 22 505 77 63
Binary 11010001 110100 10010000 0 1001011 11111 10010 101000101 111111 110011

Color Harmonies of #D13490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13490

Black with #D13490

Text Example


Text Example

White with #D13490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13490; }

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

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

background-color css

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

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

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

border-color css

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

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

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