Html Css Color HEX #DF2D82 Deep Cerise

📋 copy color: '#DF2D82'

red 223 ◦ green 45 ◦ blue 130

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

Shades of Deep Cerise #DF2D82

Tints of Deep Cerise #DF2D82

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.31%

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

R = 56.03%
G = 11.31%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF2D82 (or 0xDF2D82) is known color: Deep Cerise. HEX triplet: DF, 2D and 82. RGB value is (223,45,130). Sum of RGB (Red+Green+Blue) = 223+45+130=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2D82 is #20D27D. Grayscale: #6B6B6B. Windows color (decimal): -2151038 or 8531423. OLE color: 8531423.

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

Color convert

RGB 223 45 130 -
CMYK 0 0.80 0.42 0.13
HSL 331.35º 0.74% 0.53% -
HSV(B) 331.35º 0.8% 0.87% -
XYZ 35.4 19.18 22.95 -
YUV 107.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 223 45 130 0 0.80 0.42 0.13 331.35 0.74 0.53
Hex DF 2D 82 0 50 2A D 14B 4A 35
Octal 337 55 202 0 120 52 15 513 112 65
Binary 11011111 101101 10000010 0 1010000 101010 1101 101001011 1001010 110101

Color Harmonies of #DF2D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D82

Black with #DF2D82

Text Example


Text Example

White with #DF2D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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