Html Css Color HEX #DB6D6D Geraldine

📋 copy color: '#DB6D6D'

red 219 ◦ green 109 ◦ blue 109

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

Shades of Geraldine #DB6D6D

Tints of Geraldine #DB6D6D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 50.11%
G = 24.94%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB6D6D (or 0xDB6D6D) is known color: Geraldine. HEX triplet: DB, 6D and 6D. RGB value is (219,109,109). Sum of RGB (Red+Green+Blue) = 219+109+109=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D6D is #249292. Grayscale: #8E8E8E. Windows color (decimal): -2396819 or 7171547. OLE color: 7171547.

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

Color convert

RGB 219 109 109 -
CMYK 0 0.50 0.50 0.14
HSL 0.6% 0.64% -
HSV(B) 0.5% 0.86% -
XYZ 37.44 27.1 17.73 -
YUV 141.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 219 109 109 0 0.50 0.50 0.14 0 0.6 0.64
Hex DB 6D 6D 0 32 32 E 0 3C 40
Octal 333 155 155 0 62 62 16 0 74 100
Binary 11011011 1101101 1101101 0 110010 110010 1110 0 111100 1000000

Color Harmonies of #DB6D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D6D

Black with #DB6D6D

Text Example


Text Example

White with #DB6D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D6D; }

 p { color: rgb(219,109,109); }

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

background-color css

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

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

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

border-color css

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

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

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