Html Css Color HEX #DF2273 Cerise

📋 copy color: '#DF2273'

red 223 ◦ green 34 ◦ blue 115

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

Shades of Cerise #DF2273

Tints of Cerise #DF2273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.91%

R = 59.95%
G = 9.14%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF2273 (or 0xDF2273) is known color: Cerise. HEX triplet: DF, 22 and 73. RGB value is (223,34,115). Sum of RGB (Red+Green+Blue) = 223+34+115=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2273 is #20DD8C. Grayscale: #636363. Windows color (decimal): -2153869 or 7545567. OLE color: 7545567.

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

Color convert

RGB 223 34 115 -
CMYK 0 0.85 0.48 0.13
HSL 334.29º 0.75% 0.5% -
HSV(B) 334.29º 0.85% 0.87% -
XYZ 34.1 18.07 17.91 -
YUV 99.75 136.62 215.91 -
System Red Green Blue C M Y K H S L
Decimal 223 34 115 0 0.85 0.48 0.13 334.29 0.75 0.5
Hex DF 22 73 0 55 30 D 14E 4B 32
Octal 337 42 163 0 125 60 15 516 113 62
Binary 11011111 100010 1110011 0 1010101 110000 1101 101001110 1001011 110010

Color Harmonies of #DF2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2273

Black with #DF2273

Text Example


Text Example

White with #DF2273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2273; }

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

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

background-color css

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

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

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

border-color css

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

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

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