Html Css Color HEX #DF329E Deep Cerise

📋 copy color: '#DF329E'

red 223 ◦ green 50 ◦ blue 158

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

Shades of Deep Cerise #DF329E

Tints of Deep Cerise #DF329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 51.74%
G = 11.6%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF329E (or 0xDF329E) is known color: Deep Cerise. HEX triplet: DF, 32 and 9E. RGB value is (223,50,158). Sum of RGB (Red+Green+Blue) = 223+50+158=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF329E is #20CD61. Grayscale: #717171. Windows color (decimal): -2149730 or 10367711. OLE color: 10367711.

HSL color Cylindrical-coordinate representation of color #DF329E: hue angle of 322.54º 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 #DF329E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 50 158 -
CMYK 0 0.78 0.29 0.13
HSL 322.54º 0.73% 0.54% -
HSV(B) 322.54º 0.78% 0.87% -
XYZ 37.74 20.44 34.3 -
YUV 114.04 152.81 205.72 -
System Red Green Blue C M Y K H S L
Decimal 223 50 158 0 0.78 0.29 0.13 322.54 0.73 0.54
Hex DF 32 9E 0 4E 1D D 143 49 36
Octal 337 62 236 0 116 35 15 503 111 66
Binary 11011111 110010 10011110 0 1001110 11101 1101 101000011 1001001 110110

Color Harmonies of #DF329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF329E

Black with #DF329E

Text Example


Text Example

White with #DF329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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