Html Css Color HEX #D13482 Deep Cerise

📋 copy color: '#D13482'

red 209 ◦ green 52 ◦ blue 130

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

Shades of Deep Cerise #D13482

Tints of Deep Cerise #D13482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 53.45%
G = 13.3%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D13482 (or 0xD13482) is known color: Deep Cerise. HEX triplet: D1, 34 and 82. RGB value is (209,52,130). Sum of RGB (Red+Green+Blue) = 209+52+130=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13482 is #2ECB7D. Grayscale: #6B6B6B. Windows color (decimal): -3066750 or 8533201. OLE color: 8533201.

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

Color convert

RGB 209 52 130 -
CMYK 0 0.75 0.38 0.18
HSL 330.19º 0.63% 0.51% -
HSV(B) 330.19º 0.75% 0.82% -
XYZ 31.55 17.62 22.86 -
YUV 107.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 209 52 130 0 0.75 0.38 0.18 330.19 0.63 0.51
Hex D1 34 82 0 4B 26 12 14A 3F 33
Octal 321 64 202 0 113 46 22 512 77 63
Binary 11010001 110100 10000010 0 1001011 100110 10010 101001010 111111 110011

Color Harmonies of #D13482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13482

Black with #D13482

Text Example


Text Example

White with #D13482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13482; }

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

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

background-color css

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

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

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

border-color css

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

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

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