Html Css Color HEX #DD7970 Geraldine

📋 copy color: '#DD7970'

red 221 ◦ green 121 ◦ blue 112

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

Shades of Geraldine #DD7970

Tints of Geraldine #DD7970

RGB

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

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

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

R = 48.68%
G = 26.65%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD7970 (or 0xDD7970) is known color: Geraldine. HEX triplet: DD, 79 and 70. RGB value is (221,121,112). Sum of RGB (Red+Green+Blue) = 221+121+112=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7970 is #22868F. Grayscale: #969696. Windows color (decimal): -2262672 or 7371229. OLE color: 7371229.

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

Color convert

RGB 221 121 112 -
CMYK 0 0.45 0.49 0.13
HSL 4.95º 0.62% 0.65% -
HSV(B) 4.95º 0.49% 0.87% -
XYZ 39.58 30.22 19.08 -
YUV 149.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 221 121 112 0 0.45 0.49 0.13 4.95 0.62 0.65
Hex DD 79 70 0 2D 31 D 5 3E 41
Octal 335 171 160 0 55 61 15 5 76 101
Binary 11011101 1111001 1110000 0 101101 110001 1101 101 111110 1000001

Color Harmonies of #DD7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7970

Black with #DD7970

Text Example


Text Example

White with #DD7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7970; }

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

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

background-color css

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

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

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

border-color css

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

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

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