Html Css Color HEX #D87373 Geraldine

📋 copy color: '#D87373'

red 216 ◦ green 115 ◦ blue 115

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

Shades of Geraldine #D87373

Tints of Geraldine #D87373

RGB

 RED value IS 216 (84.77% from 255) = 48.43%

 GREEN value IS 115 (45.31% from 255) = 25.78%

 BLUE value IS 115 (45.31% from 255) = 25.78%

R = 48.43%
G = 25.78%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D87373 (or 0xD87373) is known color: Geraldine. HEX triplet: D8, 73 and 73. RGB value is (216,115,115). Sum of RGB (Red+Green+Blue) = 216+115+115=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D87373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87373 is #278C8C. Grayscale: #919191. Windows color (decimal): -2591885 or 7566296. OLE color: 7566296.

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

Color convert

RGB 216 115 115 -
CMYK 0 0.47 0.47 0.15
HSL 0.56% 0.65% -
HSV(B) 0.47% 0.85% -
XYZ 37.54 28.1 19.66 -
YUV 145.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 216 115 115 0 0.47 0.47 0.15 0 0.56 0.65
Hex D8 73 73 0 2F 2F F 0 38 41
Octal 330 163 163 0 57 57 17 0 70 101
Binary 11011000 1110011 1110011 0 101111 101111 1111 0 111000 1000001

Color Harmonies of #D87373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87373

Black with #D87373

Text Example


Text Example

White with #D87373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87373; }

 p { color: rgb(216,115,115); }

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

background-color css

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

 a { background-color: rgb(216,115,115); }

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

border-color css

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

 span { border-color: rgb(216,115,115); }

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