Html Css Color HEX #DF325E Cerise

📋 copy color: '#DF325E'

red 223 ◦ green 50 ◦ blue 94

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

Shades of Cerise #DF325E

Tints of Cerise #DF325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 60.76%
G = 13.62%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF325E (or 0xDF325E) is known color: Cerise. HEX triplet: DF, 32 and 5E. RGB value is (223,50,94). Sum of RGB (Red+Green+Blue) = 223+50+94=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF325E is #20CDA1. Grayscale: #6A6A6A. Windows color (decimal): -2149794 or 6173407. OLE color: 6173407.

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

Color convert

RGB 223 50 94 -
CMYK 0 0.78 0.58 0.13
HSL 344.74º 0.73% 0.54% -
HSV(B) 344.74º 0.78% 0.87% -
XYZ 33.59 18.78 12.44 -
YUV 106.74 120.81 210.92 -
System Red Green Blue C M Y K H S L
Decimal 223 50 94 0 0.78 0.58 0.13 344.74 0.73 0.54
Hex DF 32 5E 0 4E 3A D 159 49 36
Octal 337 62 136 0 116 72 15 531 111 66
Binary 11011111 110010 1011110 0 1001110 111010 1101 101011001 1001001 110110

Color Harmonies of #DF325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF325E

Black with #DF325E

Text Example


Text Example

White with #DF325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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