Html Css Color HEX #DF225C Cerise

📋 copy color: '#DF225C'

red 223 ◦ green 34 ◦ blue 92

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

Shades of Cerise #DF225C

Tints of Cerise #DF225C

RGB

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

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

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

R = 63.9%
G = 9.74%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF225C (or 0xDF225C) is known color: Cerise. HEX triplet: DF, 22 and 5C. RGB value is (223,34,92). Sum of RGB (Red+Green+Blue) = 223+34+92=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF225C is #20DDA3. Grayscale: #616161. Windows color (decimal): -2153892 or 6038239. OLE color: 6038239.

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

Color convert

RGB 223 34 92 -
CMYK 0 0.85 0.59 0.13
HSL 341.59º 0.75% 0.5% -
HSV(B) 341.59º 0.85% 0.87% -
XYZ 32.94 17.6 11.79 -
YUV 97.12 125.12 217.78 -
System Red Green Blue C M Y K H S L
Decimal 223 34 92 0 0.85 0.59 0.13 341.59 0.75 0.5
Hex DF 22 5C 0 55 3B D 156 4B 32
Octal 337 42 134 0 125 73 15 526 113 62
Binary 11011111 100010 1011100 0 1010101 111011 1101 101010110 1001011 110010

Color Harmonies of #DF225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF225C

Black with #DF225C

Text Example


Text Example

White with #DF225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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