Html Css Color HEX #DC7875 Geraldine

📋 copy color: '#DC7875'

red 220 ◦ green 120 ◦ blue 117

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

Shades of Geraldine #DC7875

Tints of Geraldine #DC7875

RGB

 RED value IS 220 (86.33% from 255) = 48.14%

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

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

R = 48.14%
G = 26.26%
B = 25.6%

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

#DC7875 (or 0xDC7875) is known color: Geraldine. HEX triplet: DC, 78 and 75. RGB value is (220,120,117). Sum of RGB (Red+Green+Blue) = 220+120+117=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7875 is #23878A. Grayscale: #959595. Windows color (decimal): -2328459 or 7698652. OLE color: 7698652.

HSL color Cylindrical-coordinate representation of color #DC7875: hue angle of 1.75º degrees, saturation: 0.6, 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 #DC7875 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 117 -
CMYK 0 0.45 0.47 0.14
HSL 1.75º 0.6% 0.66% -
HSV(B) 1.75º 0.47% 0.86% -
XYZ 39.44 29.93 20.53 -
YUV 149.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 220 120 117 0 0.45 0.47 0.14 1.75 0.6 0.66
Hex DC 78 75 0 2D 2F E 2 3C 42
Octal 334 170 165 0 55 57 16 2 74 102
Binary 11011100 1111000 1110101 0 101101 101111 1110 10 111100 1000010

Color Harmonies of #DC7875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7875

Black with #DC7875

Text Example


Text Example

White with #DC7875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7875; }

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

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

background-color css

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

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

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

border-color css

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

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

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