Html Css Color HEX #DF2082 Deep Cerise

📋 copy color: '#DF2082'

red 223 ◦ green 32 ◦ blue 130

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

Shades of Deep Cerise #DF2082

Tints of Deep Cerise #DF2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.31%

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

R = 57.92%
G = 8.31%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF2082 (or 0xDF2082) is known color: Deep Cerise. HEX triplet: DF, 20 and 82. RGB value is (223,32,130). Sum of RGB (Red+Green+Blue) = 223+32+130=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2082 is #20DF7D. Grayscale: #646464. Windows color (decimal): -2154366 or 8528095. OLE color: 8528095.

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

Color convert

RGB 223 32 130 -
CMYK 0 0.86 0.42 0.13
HSL 329.21º 0.75% 0.5% -
HSV(B) 329.21º 0.86% 0.87% -
XYZ 34.98 18.33 22.81 -
YUV 100.28 144.78 215.53 -
System Red Green Blue C M Y K H S L
Decimal 223 32 130 0 0.86 0.42 0.13 329.21 0.75 0.5
Hex DF 20 82 0 56 2A D 149 4B 32
Octal 337 40 202 0 126 52 15 511 113 62
Binary 11011111 100000 10000010 0 1010110 101010 1101 101001001 1001011 110010

Color Harmonies of #DF2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2082

Black with #DF2082

Text Example


Text Example

White with #DF2082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2082; }

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

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

background-color css

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

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

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

border-color css

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

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

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