Html Css Color HEX #D57370 Geraldine

📋 copy color: '#D57370'

red 213 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #D57370

Tints of Geraldine #D57370

RGB

 RED value IS 213 (83.59% from 255) = 48.41%

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

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

R = 48.41%
G = 26.14%
B = 25.45%

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

#D57370 (or 0xD57370) is known color: Geraldine. HEX triplet: D5, 73 and 70. RGB value is (213,115,112). Sum of RGB (Red+Green+Blue) = 213+115+112=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57370 is #2A8C8F. Grayscale: #909090. Windows color (decimal): -2788496 or 7369685. OLE color: 7369685.

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

Color convert

RGB 213 115 112 -
CMYK 0 0.46 0.47 0.16
HSL 1.78º 0.55% 0.64% -
HSV(B) 1.78º 0.47% 0.84% -
XYZ 36.5 27.58 18.73 -
YUV 143.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 213 115 112 0 0.46 0.47 0.16 1.78 0.55 0.64
Hex D5 73 70 0 2E 2F 10 2 37 40
Octal 325 163 160 0 56 57 20 2 67 100
Binary 11010101 1110011 1110000 0 101110 101111 10000 10 110111 1000000

Color Harmonies of #D57370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57370

Black with #D57370

Text Example


Text Example

White with #D57370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57370; }

 p { color: rgb(213,115,112); }

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

background-color css

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

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

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

border-color css

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

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

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