Html Css Color HEX #DD7A75 Geraldine

📋 copy color: '#DD7A75'

red 221 ◦ green 122 ◦ blue 117

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

Shades of Geraldine #DD7A75

Tints of Geraldine #DD7A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

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

R = 48.04%
G = 26.52%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7A75 (or 0xDD7A75) is known color: Geraldine. HEX triplet: DD, 7A and 75. RGB value is (221,122,117). Sum of RGB (Red+Green+Blue) = 221+122+117=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A75 is #22858A. Grayscale: #979797. Windows color (decimal): -2262411 or 7699165. OLE color: 7699165.

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

Color convert

RGB 221 122 117 -
CMYK 0 0.45 0.47 0.13
HSL 2.88º 0.6% 0.66% -
HSV(B) 2.88º 0.47% 0.87% -
XYZ 39.99 30.58 20.62 -
YUV 151.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 221 122 117 0 0.45 0.47 0.13 2.88 0.6 0.66
Hex DD 7A 75 0 2D 2F D 3 3C 42
Octal 335 172 165 0 55 57 15 3 74 102
Binary 11011101 1111010 1110101 0 101101 101111 1101 11 111100 1000010

Color Harmonies of #DD7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A75

Black with #DD7A75

Text Example


Text Example

White with #DD7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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