Html Css Color HEX #DB7170 Geraldine

📋 copy color: '#DB7170'

red 219 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #DB7170

Tints of Geraldine #DB7170

RGB

 RED value IS 219 (85.94% from 255) = 49.32%

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

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

R = 49.32%
G = 25.45%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB7170 (or 0xDB7170) is known color: Geraldine. HEX triplet: DB, 71 and 70. RGB value is (219,113,112). Sum of RGB (Red+Green+Blue) = 219+113+112=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7170 is #248E8F. Grayscale: #909090. Windows color (decimal): -2395792 or 7369179. OLE color: 7369179.

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

Color convert

RGB 219 113 112 -
CMYK 0 0.48 0.49 0.14
HSL 0.56º 0.6% 0.65% -
HSV(B) 0.56º 0.49% 0.86% -
XYZ 38.04 28.04 18.74 -
YUV 144.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 219 113 112 0 0.48 0.49 0.14 0.56 0.6 0.65
Hex DB 71 70 0 30 31 E 1 3C 41
Octal 333 161 160 0 60 61 16 1 74 101
Binary 11011011 1110001 1110000 0 110000 110001 1110 1 111100 1000001

Color Harmonies of #DB7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7170

Black with #DB7170

Text Example


Text Example

White with #DB7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7170; }

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

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

background-color css

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

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

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

border-color css

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

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

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