Html Css Color HEX #DF325D Cerise

📋 copy color: '#DF325D'

red 223 ◦ green 50 ◦ blue 93

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

Shades of Cerise #DF325D

Tints of Cerise #DF325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 60.93%
G = 13.66%
B = 25.41%

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

#DF325D (or 0xDF325D) is known color: Cerise. HEX triplet: DF, 32 and 5D. RGB value is (223,50,93). Sum of RGB (Red+Green+Blue) = 223+50+93=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF325D is #20CDA2. Grayscale: #6A6A6A. Windows color (decimal): -2149795 or 6107871. OLE color: 6107871.

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

Color convert

RGB 223 50 93 -
CMYK 0 0.78 0.58 0.13
HSL 345.09º 0.73% 0.54% -
HSV(B) 345.09º 0.78% 0.87% -
XYZ 33.55 18.76 12.21 -
YUV 106.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 223 50 93 0 0.78 0.58 0.13 345.09 0.73 0.54
Hex DF 32 5D 0 4E 3A D 159 49 36
Octal 337 62 135 0 116 72 15 531 111 66
Binary 11011111 110010 1011101 0 1001110 111010 1101 101011001 1001001 110110

Color Harmonies of #DF325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF325D

Black with #DF325D

Text Example


Text Example

White with #DF325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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