Html Css Color HEX #DF327D Deep Cerise

📋 copy color: '#DF327D'

red 223 ◦ green 50 ◦ blue 125

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

Shades of Deep Cerise #DF327D

Tints of Deep Cerise #DF327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 56.03%
G = 12.56%
B = 31.41%

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

#DF327D (or 0xDF327D) is known color: Deep Cerise. HEX triplet: DF, 32 and 7D. RGB value is (223,50,125). Sum of RGB (Red+Green+Blue) = 223+50+125=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF327D is #20CD82. Grayscale: #6E6E6E. Windows color (decimal): -2149763 or 8205023. OLE color: 8205023.

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

Color convert

RGB 223 50 125 -
CMYK 0 0.78 0.44 0.13
HSL 333.99º 0.73% 0.54% -
HSV(B) 333.99º 0.78% 0.87% -
XYZ 35.27 19.45 21.3 -
YUV 110.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 223 50 125 0 0.78 0.44 0.13 333.99 0.73 0.54
Hex DF 32 7D 0 4E 2C D 14E 49 36
Octal 337 62 175 0 116 54 15 516 111 66
Binary 11011111 110010 1111101 0 1001110 101100 1101 101001110 1001001 110110

Color Harmonies of #DF327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF327D

Black with #DF327D

Text Example


Text Example

White with #DF327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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