Html Css Color HEX #DB6F6D Geraldine

📋 copy color: '#DB6F6D'

red 219 ◦ green 111 ◦ blue 109

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

Shades of Geraldine #DB6F6D

Tints of Geraldine #DB6F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 49.89%
G = 25.28%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB6F6D (or 0xDB6F6D) is known color: Geraldine. HEX triplet: DB, 6F and 6D. RGB value is (219,111,109). Sum of RGB (Red+Green+Blue) = 219+111+109=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F6D is #249092. Grayscale: #8F8F8F. Windows color (decimal): -2396307 or 7172059. OLE color: 7172059.

HSL color Cylindrical-coordinate representation of color #DB6F6D: hue angle of 1.09º 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 #DB6F6D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 109 -
CMYK 0 0.49 0.50 0.14
HSL 1.09º 0.6% 0.64% -
HSV(B) 1.09º 0.5% 0.86% -
XYZ 37.66 27.53 17.8 -
YUV 143.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 219 111 109 0 0.49 0.50 0.14 1.09 0.6 0.64
Hex DB 6F 6D 0 31 32 E 1 3C 40
Octal 333 157 155 0 61 62 16 1 74 100
Binary 11011011 1101111 1101101 0 110001 110010 1110 1 111100 1000000

Color Harmonies of #DB6F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F6D

Black with #DB6F6D

Text Example


Text Example

White with #DB6F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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