Html Css Color HEX #DD7775 Geraldine

📋 copy color: '#DD7775'

red 221 ◦ green 119 ◦ blue 117

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

Shades of Geraldine #DD7775

Tints of Geraldine #DD7775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.04%

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

R = 48.36%
G = 26.04%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7775 (or 0xDD7775) is known color: Geraldine. HEX triplet: DD, 77 and 75. RGB value is (221,119,117). Sum of RGB (Red+Green+Blue) = 221+119+117=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7775 is #22888A. Grayscale: #959595. Windows color (decimal): -2263179 or 7698397. OLE color: 7698397.

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

Color convert

RGB 221 119 117 -
CMYK 0 0.46 0.47 0.13
HSL 1.15º 0.6% 0.66% -
HSV(B) 1.15º 0.47% 0.87% -
XYZ 39.63 29.85 20.5 -
YUV 149.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 221 119 117 0 0.46 0.47 0.13 1.15 0.6 0.66
Hex DD 77 75 0 2E 2F D 1 3C 42
Octal 335 167 165 0 56 57 15 1 74 102
Binary 11011101 1110111 1110101 0 101110 101111 1101 1 111100 1000010

Color Harmonies of #DD7775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7775

Black with #DD7775

Text Example


Text Example

White with #DD7775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7775; }

 p { color: rgb(221,119,117); }

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

background-color css

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

 a { background-color: rgb(221,119,117); }

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

border-color css

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

 span { border-color: rgb(221,119,117); }

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