Html Css Color HEX #DD7A72 Geraldine

📋 copy color: '#DD7A72'

red 221 ◦ green 122 ◦ blue 114

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

Shades of Geraldine #DD7A72

Tints of Geraldine #DD7A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 48.36%
G = 26.7%
B = 24.95%

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

#DD7A72 (or 0xDD7A72) is known color: Geraldine. HEX triplet: DD, 7A and 72. RGB value is (221,122,114). Sum of RGB (Red+Green+Blue) = 221+122+114=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A72 is #22858D. Grayscale: #969696. Windows color (decimal): -2262414 or 7502557. OLE color: 7502557.

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

Color convert

RGB 221 122 114 -
CMYK 0 0.45 0.48 0.13
HSL 4.49º 0.61% 0.66% -
HSV(B) 4.49º 0.48% 0.87% -
XYZ 39.82 30.51 19.71 -
YUV 150.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 221 122 114 0 0.45 0.48 0.13 4.49 0.61 0.66
Hex DD 7A 72 0 2D 30 D 4 3D 42
Octal 335 172 162 0 55 60 15 4 75 102
Binary 11011101 1111010 1110010 0 101101 110000 1101 100 111101 1000010

Color Harmonies of #DD7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A72

Black with #DD7A72

Text Example


Text Example

White with #DD7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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