Html Css Color HEX #D13982 Deep Cerise

📋 copy color: '#D13982'

red 209 ◦ green 57 ◦ blue 130

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

Shades of Deep Cerise #D13982

Tints of Deep Cerise #D13982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.39%

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

R = 52.78%
G = 14.39%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D13982 (or 0xD13982) is known color: Deep Cerise. HEX triplet: D1, 39 and 82. RGB value is (209,57,130). Sum of RGB (Red+Green+Blue) = 209+57+130=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D13982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13982 is #2EC67D. Grayscale: #6E6E6E. Windows color (decimal): -3065470 or 8534481. OLE color: 8534481.

HSL color Cylindrical-coordinate representation of color #D13982: hue angle of 331.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13982 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 130 -
CMYK 0 0.73 0.38 0.18
HSL 331.18º 0.62% 0.52% -
HSV(B) 331.18º 0.73% 0.82% -
XYZ 31.79 18.09 22.94 -
YUV 110.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 209 57 130 0 0.73 0.38 0.18 331.18 0.62 0.52
Hex D1 39 82 0 49 26 12 14B 3E 34
Octal 321 71 202 0 111 46 22 513 76 64
Binary 11010001 111001 10000010 0 1001001 100110 10010 101001011 111110 110100

Color Harmonies of #D13982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13982

Black with #D13982

Text Example


Text Example

White with #D13982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13982; }

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

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

background-color css

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

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

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

border-color css

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

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

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