Html Css Color HEX #DF7870 Geraldine

📋 copy color: '#DF7870'

red 223 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #DF7870

Tints of Geraldine #DF7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.37%

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

R = 49.01%
G = 26.37%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF7870 (or 0xDF7870) is known color: Geraldine. HEX triplet: DF, 78 and 70. RGB value is (223,120,112). Sum of RGB (Red+Green+Blue) = 223+120+112=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7870 is #20878F. Grayscale: #969696. Windows color (decimal): -2131856 or 7370975. OLE color: 7370975.

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

Color convert

RGB 223 120 112 -
CMYK 0 0.46 0.50 0.13
HSL 4.32º 0.63% 0.66% -
HSV(B) 4.32º 0.5% 0.87% -
XYZ 40.07 30.29 19.06 -
YUV 149.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 223 120 112 0 0.46 0.50 0.13 4.32 0.63 0.66
Hex DF 78 70 0 2E 32 D 4 3F 42
Octal 337 170 160 0 56 62 15 4 77 102
Binary 11011111 1111000 1110000 0 101110 110010 1101 100 111111 1000010

Color Harmonies of #DF7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7870

Black with #DF7870

Text Example


Text Example

White with #DF7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7870; }

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

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

background-color css

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

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

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

border-color css

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

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

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