Html Css Color HEX #DF2982 Deep Cerise

📋 copy color: '#DF2982'

red 223 ◦ green 41 ◦ blue 130

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

Shades of Deep Cerise #DF2982

Tints of Deep Cerise #DF2982

RGB

 RED value IS 223 (87.5% from 255) = 56.6%

 GREEN value IS 41 (16.41% from 255) = 10.41%

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

R = 56.6%
G = 10.41%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF2982 (or 0xDF2982) is known color: Deep Cerise. HEX triplet: DF, 29 and 82. RGB value is (223,41,130). Sum of RGB (Red+Green+Blue) = 223+41+130=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2982 is #20D67D. Grayscale: #696969. Windows color (decimal): -2152062 or 8530399. OLE color: 8530399.

HSL color Cylindrical-coordinate representation of color #DF2982: hue angle of 330.66º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2982 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 130 -
CMYK 0 0.82 0.42 0.13
HSL 330.66º 0.74% 0.52% -
HSV(B) 330.66º 0.82% 0.87% -
XYZ 35.25 18.89 22.91 -
YUV 105.56 141.8 211.76 -
System Red Green Blue C M Y K H S L
Decimal 223 41 130 0 0.82 0.42 0.13 330.66 0.74 0.52
Hex DF 29 82 0 52 2A D 14B 4A 34
Octal 337 51 202 0 122 52 15 513 112 64
Binary 11011111 101001 10000010 0 1010010 101010 1101 101001011 1001010 110100

Color Harmonies of #DF2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2982

Black with #DF2982

Text Example


Text Example

White with #DF2982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2982; }

 p { color: rgb(223,41,130); }

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

background-color css

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

 a { background-color: rgb(223,41,130); }

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

border-color css

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

 span { border-color: rgb(223,41,130); }

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