Html Css Color HEX #DB7875 Geraldine

📋 copy color: '#DB7875'

red 219 ◦ green 120 ◦ blue 117

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

Shades of Geraldine #DB7875

Tints of Geraldine #DB7875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 48.03%
G = 26.32%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7875 (or 0xDB7875) is known color: Geraldine. HEX triplet: DB, 78 and 75. RGB value is (219,120,117). Sum of RGB (Red+Green+Blue) = 219+120+117=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7875 is #24878A. Grayscale: #959595. Windows color (decimal): -2393995 or 7698651. OLE color: 7698651.

HSL color Cylindrical-coordinate representation of color #DB7875: hue angle of 1.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7875 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 117 -
CMYK 0 0.45 0.47 0.14
HSL 1.76º 0.59% 0.66% -
HSV(B) 1.76º 0.47% 0.86% -
XYZ 39.14 29.78 20.51 -
YUV 149.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 219 120 117 0 0.45 0.47 0.14 1.76 0.59 0.66
Hex DB 78 75 0 2D 2F E 2 3B 42
Octal 333 170 165 0 55 57 16 2 73 102
Binary 11011011 1111000 1110101 0 101101 101111 1110 10 111011 1000010

Color Harmonies of #DB7875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7875

Black with #DB7875

Text Example


Text Example

White with #DB7875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7875; }

 p { color: rgb(219,120,117); }

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

background-color css

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

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

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

border-color css

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

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

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