Html Css Color HEX #DF3484 Deep Cerise

📋 copy color: '#DF3484'

red 223 ◦ green 52 ◦ blue 132

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

Shades of Deep Cerise #DF3484

Tints of Deep Cerise #DF3484

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

 BLUE value IS 132 (51.95% from 255) = 32.43%

R = 54.79%
G = 12.78%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF3484 (or 0xDF3484) is known color: Deep Cerise. HEX triplet: DF, 34 and 84. RGB value is (223,52,132). Sum of RGB (Red+Green+Blue) = 223+52+132=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3484 is #20CB7B. Grayscale: #707070. Windows color (decimal): -2149244 or 8664287. OLE color: 8664287.

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

Color convert

RGB 223 52 132 -
CMYK 0 0.77 0.41 0.13
HSL 331.93º 0.73% 0.54% -
HSV(B) 331.93º 0.77% 0.87% -
XYZ 35.82 19.81 23.77 -
YUV 112.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 223 52 132 0 0.77 0.41 0.13 331.93 0.73 0.54
Hex DF 34 84 0 4D 29 D 14C 49 36
Octal 337 64 204 0 115 51 15 514 111 66
Binary 11011111 110100 10000100 0 1001101 101001 1101 101001100 1001001 110110

Color Harmonies of #DF3484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3484

Black with #DF3484

Text Example


Text Example

White with #DF3484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3484; }

 p { color: rgb(223,52,132); }

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

background-color css

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

 a { background-color: rgb(223,52,132); }

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

border-color css

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

 span { border-color: rgb(223,52,132); }

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