Html Css Color HEX #DF327C Deep Cerise

📋 copy color: '#DF327C'

red 223 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #DF327C

Tints of Deep Cerise #DF327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 56.17%
G = 12.59%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF327C (or 0xDF327C) is known color: Deep Cerise. HEX triplet: DF, 32 and 7C. RGB value is (223,50,124). Sum of RGB (Red+Green+Blue) = 223+50+124=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF327C is #20CD83. Grayscale: #6E6E6E. Windows color (decimal): -2149764 or 8139487. OLE color: 8139487.

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

Color convert

RGB 223 50 124 -
CMYK 0 0.78 0.44 0.13
HSL 334.34º 0.73% 0.54% -
HSV(B) 334.34º 0.78% 0.87% -
XYZ 35.21 19.42 20.96 -
YUV 110.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 223 50 124 0 0.78 0.44 0.13 334.34 0.73 0.54
Hex DF 32 7C 0 4E 2C D 14E 49 36
Octal 337 62 174 0 116 54 15 516 111 66
Binary 11011111 110010 1111100 0 1001110 101100 1101 101001110 1001001 110110

Color Harmonies of #DF327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF327C

Black with #DF327C

Text Example


Text Example

White with #DF327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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