Html Css Color HEX #DF329F Deep Cerise

📋 copy color: '#DF329F'

red 223 ◦ green 50 ◦ blue 159

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

Shades of Deep Cerise #DF329F

Tints of Deep Cerise #DF329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 51.62%
G = 11.57%
B = 36.81%

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

#DF329F (or 0xDF329F) is known color: Deep Cerise. HEX triplet: DF, 32 and 9F. RGB value is (223,50,159). Sum of RGB (Red+Green+Blue) = 223+50+159=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF329F is #20CD60. Grayscale: #717171. Windows color (decimal): -2149729 or 10433247. OLE color: 10433247.

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

Color convert

RGB 223 50 159 -
CMYK 0 0.78 0.29 0.13
HSL 322.2º 0.73% 0.54% -
HSV(B) 322.2º 0.78% 0.87% -
XYZ 37.83 20.47 34.76 -
YUV 114.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 223 50 159 0 0.78 0.29 0.13 322.2 0.73 0.54
Hex DF 32 9F 0 4E 1D D 142 49 36
Octal 337 62 237 0 116 35 15 502 111 66
Binary 11011111 110010 10011111 0 1001110 11101 1101 101000010 1001001 110110

Color Harmonies of #DF329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF329F

Black with #DF329F

Text Example


Text Example

White with #DF329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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