Html Css Color HEX #DD7470 Geraldine

📋 copy color: '#DD7470'

red 221 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #DD7470

Tints of Geraldine #DD7470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 49.22%
G = 25.84%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD7470 (or 0xDD7470) is known color: Geraldine. HEX triplet: DD, 74 and 70. RGB value is (221,116,112). Sum of RGB (Red+Green+Blue) = 221+116+112=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7470 is #228B8F. Grayscale: #939393. Windows color (decimal): -2263952 or 7369949. OLE color: 7369949.

HSL color Cylindrical-coordinate representation of color #DD7470: hue angle of 2.2º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7470 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 112 -
CMYK 0 0.48 0.49 0.13
HSL 2.2º 0.62% 0.65% -
HSV(B) 2.2º 0.49% 0.87% -
XYZ 38.99 29.03 18.88 -
YUV 146.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 221 116 112 0 0.48 0.49 0.13 2.2 0.62 0.65
Hex DD 74 70 0 30 31 D 2 3E 41
Octal 335 164 160 0 60 61 15 2 76 101
Binary 11011101 1110100 1110000 0 110000 110001 1101 10 111110 1000001

Color Harmonies of #DD7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7470

Black with #DD7470

Text Example


Text Example

White with #DD7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7470; }

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

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

background-color css

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

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

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

border-color css

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

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

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