Html Css Color HEX #DF2570 Cerise

📋 copy color: '#DF2570'

red 223 ◦ green 37 ◦ blue 112

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

Shades of Cerise #DF2570

Tints of Cerise #DF2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.95%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 59.95%
G = 9.95%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF2570 (or 0xDF2570) is known color: Cerise. HEX triplet: DF, 25 and 70. RGB value is (223,37,112). Sum of RGB (Red+Green+Blue) = 223+37+112=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2570 is #20DA8F. Grayscale: #656565. Windows color (decimal): -2153104 or 7349727. OLE color: 7349727.

HSL color Cylindrical-coordinate representation of color #DF2570: hue angle of 335.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2570 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 112 -
CMYK 0 0.83 0.50 0.13
HSL 335.81º 0.74% 0.51% -
HSV(B) 335.81º 0.83% 0.87% -
XYZ 34.02 18.18 17.05 -
YUV 101.16 134.12 214.9 -
System Red Green Blue C M Y K H S L
Decimal 223 37 112 0 0.83 0.50 0.13 335.81 0.74 0.51
Hex DF 25 70 0 53 32 D 150 4A 33
Octal 337 45 160 0 123 62 15 520 112 63
Binary 11011111 100101 1110000 0 1010011 110010 1101 101010000 1001010 110011

Color Harmonies of #DF2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2570

Black with #DF2570

Text Example


Text Example

White with #DF2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2570; }

 p { color: rgb(223,37,112); }

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

background-color css

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

 a { background-color: rgb(223,37,112); }

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

border-color css

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

 span { border-color: rgb(223,37,112); }

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