Html Css Color HEX #DF3D82 Deep Cerise

📋 copy color: '#DF3D82'

red 223 ◦ green 61 ◦ blue 130

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

Shades of Deep Cerise #DF3D82

Tints of Deep Cerise #DF3D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.73%

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

R = 53.86%
G = 14.73%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF3D82 (or 0xDF3D82) is known color: Deep Cerise. HEX triplet: DF, 3D and 82. RGB value is (223,61,130). Sum of RGB (Red+Green+Blue) = 223+61+130=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3D82 is #20C27D. Grayscale: #757575. Windows color (decimal): -2146942 or 8535519. OLE color: 8535519.

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

Color convert

RGB 223 61 130 -
CMYK 0 0.73 0.42 0.13
HSL 334.44º 0.72% 0.56% -
HSV(B) 334.44º 0.73% 0.87% -
XYZ 36.13 20.64 23.2 -
YUV 117.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 223 61 130 0 0.73 0.42 0.13 334.44 0.72 0.56
Hex DF 3D 82 0 49 2A D 14E 48 38
Octal 337 75 202 0 111 52 15 516 110 70
Binary 11011111 111101 10000010 0 1001001 101010 1101 101001110 1001000 111000

Color Harmonies of #DF3D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D82

Black with #DF3D82

Text Example


Text Example

White with #DF3D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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