Html Css Color HEX #DD7370 Geraldine

📋 copy color: '#DD7370'

red 221 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #DD7370

Tints of Geraldine #DD7370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.67%

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

R = 49.33%
G = 25.67%
B = 25%

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

#DD7370 (or 0xDD7370) is known color: Geraldine. HEX triplet: DD, 73 and 70. RGB value is (221,115,112). Sum of RGB (Red+Green+Blue) = 221+115+112=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7370 is #228C8F. Grayscale: #929292. Windows color (decimal): -2264208 or 7369693. OLE color: 7369693.

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

Color convert

RGB 221 115 112 -
CMYK 0 0.48 0.49 0.13
HSL 1.65º 0.62% 0.65% -
HSV(B) 1.65º 0.49% 0.87% -
XYZ 38.87 28.8 18.84 -
YUV 146.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 221 115 112 0 0.48 0.49 0.13 1.65 0.62 0.65
Hex DD 73 70 0 30 31 D 2 3E 41
Octal 335 163 160 0 60 61 15 2 76 101
Binary 11011101 1110011 1110000 0 110000 110001 1101 10 111110 1000001

Color Harmonies of #DD7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7370

Black with #DD7370

Text Example


Text Example

White with #DD7370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7370; }

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

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

background-color css

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

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

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

border-color css

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

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

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