Html Css Color HEX #DD7A74 Geraldine

📋 copy color: '#DD7A74'

red 221 ◦ green 122 ◦ blue 116

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

Shades of Geraldine #DD7A74

Tints of Geraldine #DD7A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 48.15%
G = 26.58%
B = 25.27%

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

#DD7A74 (or 0xDD7A74) is known color: Geraldine. HEX triplet: DD, 7A and 74. RGB value is (221,122,116). Sum of RGB (Red+Green+Blue) = 221+122+116=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A74 is #22858B. Grayscale: #979797. Windows color (decimal): -2262412 or 7633629. OLE color: 7633629.

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

Color convert

RGB 221 122 116 -
CMYK 0 0.45 0.48 0.13
HSL 3.43º 0.61% 0.66% -
HSV(B) 3.43º 0.48% 0.87% -
XYZ 39.93 30.55 20.32 -
YUV 150.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 221 122 116 0 0.45 0.48 0.13 3.43 0.61 0.66
Hex DD 7A 74 0 2D 30 D 3 3D 42
Octal 335 172 164 0 55 60 15 3 75 102
Binary 11011101 1111010 1110100 0 101101 110000 1101 11 111101 1000010

Color Harmonies of #DD7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A74

Black with #DD7A74

Text Example


Text Example

White with #DD7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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