Html Css Color HEX #D77470 Geraldine

📋 copy color: '#D77470'

red 215 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #D77470

Tints of Geraldine #D77470

RGB

 RED value IS 215 (84.38% from 255) = 48.53%

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 48.53%
G = 26.19%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77470 (or 0xD77470) is known color: Geraldine. HEX triplet: D7, 74 and 70. RGB value is (215,116,112). Sum of RGB (Red+Green+Blue) = 215+116+112=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D77470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77470 is #288B8F. Grayscale: #919191. Windows color (decimal): -2657168 or 7369943. OLE color: 7369943.

HSL color Cylindrical-coordinate representation of color #D77470: hue angle of 2.33º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77470 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 112 -
CMYK 0 0.46 0.48 0.16
HSL 2.33º 0.56% 0.64% -
HSV(B) 2.33º 0.48% 0.84% -
XYZ 37.19 28.11 18.79 -
YUV 145.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 215 116 112 0 0.46 0.48 0.16 2.33 0.56 0.64
Hex D7 74 70 0 2E 30 10 2 38 40
Octal 327 164 160 0 56 60 20 2 70 100
Binary 11010111 1110100 1110000 0 101110 110000 10000 10 111000 1000000

Color Harmonies of #D77470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77470

Black with #D77470

Text Example


Text Example

White with #D77470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77470; }

 p { color: rgb(215,116,112); }

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

background-color css

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

 a { background-color: rgb(215,116,112); }

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

border-color css

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

 span { border-color: rgb(215,116,112); }

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