Html Css Color HEX #DF7875 Geraldine

📋 copy color: '#DF7875'

red 223 ◦ green 120 ◦ blue 117

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

Shades of Geraldine #DF7875

Tints of Geraldine #DF7875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 48.48%
G = 26.09%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7875 (or 0xDF7875) is known color: Geraldine. HEX triplet: DF, 78 and 75. RGB value is (223,120,117). Sum of RGB (Red+Green+Blue) = 223+120+117=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7875 is #20878A. Grayscale: #969696. Windows color (decimal): -2131851 or 7698655. OLE color: 7698655.

HSL color Cylindrical-coordinate representation of color #DF7875: hue angle of 1.7º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7875 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 120 117 -
CMYK 0 0.46 0.48 0.13
HSL 1.7º 0.62% 0.67% -
HSV(B) 1.7º 0.48% 0.87% -
XYZ 40.36 30.41 20.57 -
YUV 150.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 223 120 117 0 0.46 0.48 0.13 1.7 0.62 0.67
Hex DF 78 75 0 2E 30 D 2 3E 43
Octal 337 170 165 0 56 60 15 2 76 103
Binary 11011111 1111000 1110101 0 101110 110000 1101 10 111110 1000011

Color Harmonies of #DF7875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7875

Black with #DF7875

Text Example


Text Example

White with #DF7875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7875; }

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

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

background-color css

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

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

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

border-color css

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

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

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