Html Css Color HEX #D77170 Geraldine

📋 copy color: '#D77170'

red 215 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #D77170

Tints of Geraldine #D77170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

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

R = 48.86%
G = 25.68%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77170 (or 0xD77170) is known color: Geraldine. HEX triplet: D7, 71 and 70. RGB value is (215,113,112). Sum of RGB (Red+Green+Blue) = 215+113+112=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D77170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77170 is #288E8F. Grayscale: #8F8F8F. Windows color (decimal): -2657936 or 7369175. OLE color: 7369175.

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

Color convert

RGB 215 113 112 -
CMYK 0 0.47 0.48 0.16
HSL 0.58º 0.56% 0.64% -
HSV(B) 0.58º 0.48% 0.84% -
XYZ 36.85 27.43 18.68 -
YUV 143.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 215 113 112 0 0.47 0.48 0.16 0.58 0.56 0.64
Hex D7 71 70 0 2F 30 10 1 38 40
Octal 327 161 160 0 57 60 20 1 70 100
Binary 11010111 1110001 1110000 0 101111 110000 10000 1 111000 1000000

Color Harmonies of #D77170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77170

Black with #D77170

Text Example


Text Example

White with #D77170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77170; }

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

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

background-color css

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

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

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

border-color css

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

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

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