Html Css Color HEX #DF3282 Deep Cerise

📋 copy color: '#DF3282'

red 223 ◦ green 50 ◦ blue 130

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

Shades of Deep Cerise #DF3282

Tints of Deep Cerise #DF3282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.41%

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

R = 55.33%
G = 12.41%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF3282 (or 0xDF3282) is known color: Deep Cerise. HEX triplet: DF, 32 and 82. RGB value is (223,50,130). Sum of RGB (Red+Green+Blue) = 223+50+130=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3282 is #20CD7D. Grayscale: #6E6E6E. Windows color (decimal): -2149758 or 8532703. OLE color: 8532703.

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

Color convert

RGB 223 50 130 -
CMYK 0 0.78 0.42 0.13
HSL 332.25º 0.73% 0.54% -
HSV(B) 332.25º 0.78% 0.87% -
XYZ 35.6 19.58 23.02 -
YUV 110.85 138.81 208 -
System Red Green Blue C M Y K H S L
Decimal 223 50 130 0 0.78 0.42 0.13 332.25 0.73 0.54
Hex DF 32 82 0 4E 2A D 14C 49 36
Octal 337 62 202 0 116 52 15 514 111 66
Binary 11011111 110010 10000010 0 1001110 101010 1101 101001100 1001001 110110

Color Harmonies of #DF3282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3282

Black with #DF3282

Text Example


Text Example

White with #DF3282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3282; }

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

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

background-color css

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

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

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

border-color css

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

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

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