Html Css Color HEX #D77571 Geraldine

📋 copy color: '#D77571'

red 215 ◦ green 117 ◦ blue 113

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

Shades of Geraldine #D77571

Tints of Geraldine #D77571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

 BLUE value IS 113 (44.53% from 255) = 25.39%

R = 48.31%
G = 26.29%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77571 (or 0xD77571) is known color: Geraldine. HEX triplet: D7, 75 and 71. RGB value is (215,117,113). Sum of RGB (Red+Green+Blue) = 215+117+113=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D77571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77571 is #288A8E. Grayscale: #919191. Windows color (decimal): -2656911 or 7435735. OLE color: 7435735.

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

Color convert

RGB 215 117 113 -
CMYK 0 0.46 0.47 0.16
HSL 2.35º 0.56% 0.64% -
HSV(B) 2.35º 0.47% 0.84% -
XYZ 37.37 28.36 19.13 -
YUV 145.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 215 117 113 0 0.46 0.47 0.16 2.35 0.56 0.64
Hex D7 75 71 0 2E 2F 10 2 38 40
Octal 327 165 161 0 56 57 20 2 70 100
Binary 11010111 1110101 1110001 0 101110 101111 10000 10 111000 1000000

Color Harmonies of #D77571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77571

Black with #D77571

Text Example


Text Example

White with #D77571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77571; }

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

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

background-color css

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

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

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

border-color css

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

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

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