Html Css Color HEX #DF325C Cerise

📋 copy color: '#DF325C'

red 223 ◦ green 50 ◦ blue 92

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

Shades of Cerise #DF325C

Tints of Cerise #DF325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 61.1%
G = 13.7%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF325C (or 0xDF325C) is known color: Cerise. HEX triplet: DF, 32 and 5C. RGB value is (223,50,92). Sum of RGB (Red+Green+Blue) = 223+50+92=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF325C is #20CDA3. Grayscale: #6A6A6A. Windows color (decimal): -2149796 or 6042335. OLE color: 6042335.

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

Color convert

RGB 223 50 92 -
CMYK 0 0.78 0.59 0.13
HSL 345.43º 0.73% 0.54% -
HSV(B) 345.43º 0.78% 0.87% -
XYZ 33.5 18.74 11.98 -
YUV 106.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 223 50 92 0 0.78 0.59 0.13 345.43 0.73 0.54
Hex DF 32 5C 0 4E 3B D 159 49 36
Octal 337 62 134 0 116 73 15 531 111 66
Binary 11011111 110010 1011100 0 1001110 111011 1101 101011001 1001001 110110

Color Harmonies of #DF325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF325C

Black with #DF325C

Text Example


Text Example

White with #DF325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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