Html Css Color HEX #DF329A Deep Cerise

📋 copy color: '#DF329A'

red 223 ◦ green 50 ◦ blue 154

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

Shades of Deep Cerise #DF329A

Tints of Deep Cerise #DF329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 52.22%
G = 11.71%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF329A (or 0xDF329A) is known color: Deep Cerise. HEX triplet: DF, 32 and 9A. RGB value is (223,50,154). Sum of RGB (Red+Green+Blue) = 223+50+154=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF329A is #20CD65. Grayscale: #717171. Windows color (decimal): -2149734 or 10105567. OLE color: 10105567.

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

Color convert

RGB 223 50 154 -
CMYK 0 0.78 0.31 0.13
HSL 323.93º 0.73% 0.54% -
HSV(B) 323.93º 0.78% 0.87% -
XYZ 37.4 20.3 32.52 -
YUV 113.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 223 50 154 0 0.78 0.31 0.13 323.93 0.73 0.54
Hex DF 32 9A 0 4E 1F D 144 49 36
Octal 337 62 232 0 116 37 15 504 111 66
Binary 11011111 110010 10011010 0 1001110 11111 1101 101000100 1001001 110110

Color Harmonies of #DF329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF329A

Black with #DF329A

Text Example


Text Example

White with #DF329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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