Html Css Color HEX #DF7976 Geraldine

📋 copy color: '#DF7976'

red 223 ◦ green 121 ◦ blue 118

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

Shades of Geraldine #DF7976

Tints of Geraldine #DF7976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 48.27%
G = 26.19%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7976 (or 0xDF7976) is known color: Geraldine. HEX triplet: DF, 79 and 76. RGB value is (223,121,118). Sum of RGB (Red+Green+Blue) = 223+121+118=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7976 is #208689. Grayscale: #979797. Windows color (decimal): -2131594 or 7764447. OLE color: 7764447.

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

Color convert

RGB 223 121 118 -
CMYK 0 0.46 0.47 0.13
HSL 1.71º 0.62% 0.67% -
HSV(B) 1.71º 0.47% 0.87% -
XYZ 40.54 30.67 20.92 -
YUV 151.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 223 121 118 0 0.46 0.47 0.13 1.71 0.62 0.67
Hex DF 79 76 0 2E 2F D 2 3E 43
Octal 337 171 166 0 56 57 15 2 76 103
Binary 11011111 1111001 1110110 0 101110 101111 1101 10 111110 1000011

Color Harmonies of #DF7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7976

Black with #DF7976

Text Example


Text Example

White with #DF7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7976; }

 p { color: rgb(223,121,118); }

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

background-color css

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

 a { background-color: rgb(223,121,118); }

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

border-color css

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

 span { border-color: rgb(223,121,118); }

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