Html Css Color HEX #DF329D Deep Cerise

📋 copy color: '#DF329D'

red 223 ◦ green 50 ◦ blue 157

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

Shades of Deep Cerise #DF329D

Tints of Deep Cerise #DF329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 51.86%
G = 11.63%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF329D (or 0xDF329D) is known color: Deep Cerise. HEX triplet: DF, 32 and 9D. RGB value is (223,50,157). Sum of RGB (Red+Green+Blue) = 223+50+157=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF329D is #20CD62. Grayscale: #717171. Windows color (decimal): -2149731 or 10302175. OLE color: 10302175.

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

Color convert

RGB 223 50 157 -
CMYK 0 0.78 0.30 0.13
HSL 322.89º 0.73% 0.54% -
HSV(B) 322.89º 0.78% 0.87% -
XYZ 37.66 20.4 33.85 -
YUV 113.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 223 50 157 0 0.78 0.30 0.13 322.89 0.73 0.54
Hex DF 32 9D 0 4E 1E D 143 49 36
Octal 337 62 235 0 116 36 15 503 111 66
Binary 11011111 110010 10011101 0 1001110 11110 1101 101000011 1001001 110110

Color Harmonies of #DF329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF329D

Black with #DF329D

Text Example


Text Example

White with #DF329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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