Html Css Color HEX #DF7A75 Geraldine

📋 copy color: '#DF7A75'

red 223 ◦ green 122 ◦ blue 117

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

Shades of Geraldine #DF7A75

Tints of Geraldine #DF7A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

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

R = 48.27%
G = 26.41%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7A75 (or 0xDF7A75) is known color: Geraldine. HEX triplet: DF, 7A and 75. RGB value is (223,122,117). Sum of RGB (Red+Green+Blue) = 223+122+117=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A75 is #20858A. Grayscale: #979797. Windows color (decimal): -2131339 or 7699167. OLE color: 7699167.

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

Color convert

RGB 223 122 117 -
CMYK 0 0.45 0.48 0.13
HSL 2.83º 0.62% 0.67% -
HSV(B) 2.83º 0.48% 0.87% -
XYZ 40.6 30.89 20.65 -
YUV 151.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 223 122 117 0 0.45 0.48 0.13 2.83 0.62 0.67
Hex DF 7A 75 0 2D 30 D 3 3E 43
Octal 337 172 165 0 55 60 15 3 76 103
Binary 11011111 1111010 1110101 0 101101 110000 1101 11 111110 1000011

Color Harmonies of #DF7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A75

Black with #DF7A75

Text Example


Text Example

White with #DF7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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