Html Css Color HEX #DF328D Deep Cerise

📋 copy color: '#DF328D'

red 223 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #DF328D

Tints of Deep Cerise #DF328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 53.86%
G = 12.08%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF328D (or 0xDF328D) is known color: Deep Cerise. HEX triplet: DF, 32 and 8D. RGB value is (223,50,141). Sum of RGB (Red+Green+Blue) = 223+50+141=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF328D is #20CD72. Grayscale: #6F6F6F. Windows color (decimal): -2149747 or 9253599. OLE color: 9253599.

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

Color convert

RGB 223 50 141 -
CMYK 0 0.78 0.37 0.13
HSL 328.44º 0.73% 0.54% -
HSV(B) 328.44º 0.78% 0.87% -
XYZ 36.38 19.89 27.12 -
YUV 112.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 223 50 141 0 0.78 0.37 0.13 328.44 0.73 0.54
Hex DF 32 8D 0 4E 25 D 148 49 36
Octal 337 62 215 0 116 45 15 510 111 66
Binary 11011111 110010 10001101 0 1001110 100101 1101 101001000 1001001 110110

Color Harmonies of #DF328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF328D

Black with #DF328D

Text Example


Text Example

White with #DF328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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