Html Css Color HEX #DD7973 Geraldine

📋 copy color: '#DD7973'

red 221 ◦ green 121 ◦ blue 115

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

Shades of Geraldine #DD7973

Tints of Geraldine #DD7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

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

R = 48.36%
G = 26.48%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7973 (or 0xDD7973) is known color: Geraldine. HEX triplet: DD, 79 and 73. RGB value is (221,121,115). Sum of RGB (Red+Green+Blue) = 221+121+115=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7973 is #22868C. Grayscale: #969696. Windows color (decimal): -2262669 or 7567837. OLE color: 7567837.

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

Color convert

RGB 221 121 115 -
CMYK 0 0.45 0.48 0.13
HSL 3.4º 0.61% 0.66% -
HSV(B) 3.4º 0.48% 0.87% -
XYZ 39.75 30.28 19.97 -
YUV 150.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 221 121 115 0 0.45 0.48 0.13 3.4 0.61 0.66
Hex DD 79 73 0 2D 30 D 3 3D 42
Octal 335 171 163 0 55 60 15 3 75 102
Binary 11011101 1111001 1110011 0 101101 110000 1101 11 111101 1000010

Color Harmonies of #DD7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7973

Black with #DD7973

Text Example


Text Example

White with #DD7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7973; }

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

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

background-color css

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

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

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

border-color css

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

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

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