Html Css Color HEX #DF225D Cerise

📋 copy color: '#DF225D'

red 223 ◦ green 34 ◦ blue 93

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

Shades of Cerise #DF225D

Tints of Cerise #DF225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.71%

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

R = 63.71%
G = 9.71%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF225D (or 0xDF225D) is known color: Cerise. HEX triplet: DF, 22 and 5D. RGB value is (223,34,93). Sum of RGB (Red+Green+Blue) = 223+34+93=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF225D is #20DDA2. Grayscale: #616161. Windows color (decimal): -2153891 or 6103775. OLE color: 6103775.

HSL color Cylindrical-coordinate representation of color #DF225D: hue angle of 341.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF225D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 34 93 -
CMYK 0 0.85 0.58 0.13
HSL 341.27º 0.75% 0.5% -
HSV(B) 341.27º 0.85% 0.87% -
XYZ 32.98 17.62 12.02 -
YUV 97.24 125.62 217.7 -
System Red Green Blue C M Y K H S L
Decimal 223 34 93 0 0.85 0.58 0.13 341.27 0.75 0.5
Hex DF 22 5D 0 55 3A D 155 4B 32
Octal 337 42 135 0 125 72 15 525 113 62
Binary 11011111 100010 1011101 0 1010101 111010 1101 101010101 1001011 110010

Color Harmonies of #DF225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF225D

Black with #DF225D

Text Example


Text Example

White with #DF225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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