Html Css Color HEX #DD7873 Geraldine

📋 copy color: '#DD7873'

red 221 ◦ green 120 ◦ blue 115

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

Shades of Geraldine #DD7873

Tints of Geraldine #DD7873

RGB

 RED value IS 221 (86.72% from 255) = 48.46%

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 48.46%
G = 26.32%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7873 (or 0xDD7873) is known color: Geraldine. HEX triplet: DD, 78 and 73. RGB value is (221,120,115). Sum of RGB (Red+Green+Blue) = 221+120+115=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7873 is #22878C. Grayscale: #959595. Windows color (decimal): -2262925 or 7567581. OLE color: 7567581.

HSL color Cylindrical-coordinate representation of color #DD7873: hue angle of 2.83º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7873 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 115 -
CMYK 0 0.46 0.48 0.13
HSL 2.83º 0.61% 0.66% -
HSV(B) 2.83º 0.48% 0.87% -
XYZ 39.63 30.04 19.93 -
YUV 149.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 221 120 115 0 0.46 0.48 0.13 2.83 0.61 0.66
Hex DD 78 73 0 2E 30 D 3 3D 42
Octal 335 170 163 0 56 60 15 3 75 102
Binary 11011101 1111000 1110011 0 101110 110000 1101 11 111101 1000010

Color Harmonies of #DD7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7873

Black with #DD7873

Text Example


Text Example

White with #DD7873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7873; }

 p { color: rgb(221,120,115); }

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

background-color css

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

 a { background-color: rgb(221,120,115); }

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

border-color css

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

 span { border-color: rgb(221,120,115); }

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