Html Css Color HEX #DF328B Deep Cerise

📋 copy color: '#DF328B'

red 223 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #DF328B

Tints of Deep Cerise #DF328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 54.13%
G = 12.14%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF328B (or 0xDF328B) is known color: Deep Cerise. HEX triplet: DF, 32 and 8B. RGB value is (223,50,139). Sum of RGB (Red+Green+Blue) = 223+50+139=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF328B is #20CD74. Grayscale: #6F6F6F. Windows color (decimal): -2149749 or 9122527. OLE color: 9122527.

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

Color convert

RGB 223 50 139 -
CMYK 0 0.78 0.38 0.13
HSL 329.13º 0.73% 0.54% -
HSV(B) 329.13º 0.78% 0.87% -
XYZ 36.23 19.83 26.34 -
YUV 111.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 223 50 139 0 0.78 0.38 0.13 329.13 0.73 0.54
Hex DF 32 8B 0 4E 26 D 149 49 36
Octal 337 62 213 0 116 46 15 511 111 66
Binary 11011111 110010 10001011 0 1001110 100110 1101 101001001 1001001 110110

Color Harmonies of #DF328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF328B

Black with #DF328B

Text Example


Text Example

White with #DF328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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