Html Css Color HEX #DB716E Geraldine

📋 copy color: '#DB716E'

red 219 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #DB716E

Tints of Geraldine #DB716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 49.55%
G = 25.57%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB716E (or 0xDB716E) is known color: Geraldine. HEX triplet: DB, 71 and 6E. RGB value is (219,113,110). Sum of RGB (Red+Green+Blue) = 219+113+110=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB716E is #248E91. Grayscale: #909090. Windows color (decimal): -2395794 or 7238107. OLE color: 7238107.

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

Color convert

RGB 219 113 110 -
CMYK 0 0.48 0.50 0.14
HSL 1.65º 0.6% 0.65% -
HSV(B) 1.65º 0.5% 0.86% -
XYZ 37.93 28 18.16 -
YUV 144.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 219 113 110 0 0.48 0.50 0.14 1.65 0.6 0.65
Hex DB 71 6E 0 30 32 E 2 3C 41
Octal 333 161 156 0 60 62 16 2 74 101
Binary 11011011 1110001 1101110 0 110000 110010 1110 10 111100 1000001

Color Harmonies of #DB716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB716E

Black with #DB716E

Text Example


Text Example

White with #DB716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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