Html Css Color HEX #DF7570 Geraldine

📋 copy color: '#DF7570'

red 223 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #DF7570

Tints of Geraldine #DF7570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

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

R = 49.34%
G = 25.88%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF7570 (or 0xDF7570) is known color: Geraldine. HEX triplet: DF, 75 and 70. RGB value is (223,117,112). Sum of RGB (Red+Green+Blue) = 223+117+112=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7570 is #208A8F. Grayscale: #949494. Windows color (decimal): -2132624 or 7370207. OLE color: 7370207.

HSL color Cylindrical-coordinate representation of color #DF7570: hue angle of 2.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7570 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 112 -
CMYK 0 0.48 0.50 0.13
HSL 2.7º 0.63% 0.66% -
HSV(B) 2.7º 0.5% 0.87% -
XYZ 39.72 29.58 18.95 -
YUV 148.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 223 117 112 0 0.48 0.50 0.13 2.7 0.63 0.66
Hex DF 75 70 0 30 32 D 3 3F 42
Octal 337 165 160 0 60 62 15 3 77 102
Binary 11011111 1110101 1110000 0 110000 110010 1101 11 111111 1000010

Color Harmonies of #DF7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7570

Black with #DF7570

Text Example


Text Example

White with #DF7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7570; }

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

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

background-color css

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

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

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

border-color css

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

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

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