Html Css Color HEX #D77070 Geraldine

📋 copy color: '#D77070'

red 215 ◦ green 112 ◦ blue 112

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

Shades of Geraldine #D77070

Tints of Geraldine #D77070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 48.97%
G = 25.51%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77070 (or 0xD77070) is known color: Geraldine. HEX triplet: D7, 70 and 70. RGB value is (215,112,112). Sum of RGB (Red+Green+Blue) = 215+112+112=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D77070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77070 is #288F8F. Grayscale: #8E8E8E. Windows color (decimal): -2658192 or 7368919. OLE color: 7368919.

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

Color convert

RGB 215 112 112 -
CMYK 0 0.48 0.48 0.16
HSL 0.56% 0.64% -
HSV(B) 0.48% 0.84% -
XYZ 36.74 27.21 18.64 -
YUV 142.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 215 112 112 0 0.48 0.48 0.16 0 0.56 0.64
Hex D7 70 70 0 30 30 10 0 38 40
Octal 327 160 160 0 60 60 20 0 70 100
Binary 11010111 1110000 1110000 0 110000 110000 10000 0 111000 1000000

Color Harmonies of #D77070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77070

Black with #D77070

Text Example


Text Example

White with #D77070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77070; }

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

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

background-color css

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

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

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

border-color css

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

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

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