Html Css Color HEX #DD7070 Geraldine

📋 copy color: '#DD7070'

red 221 ◦ green 112 ◦ blue 112

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

Shades of Geraldine #DD7070

Tints of Geraldine #DD7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.17%

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

R = 49.66%
G = 25.17%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD7070 (or 0xDD7070) is known color: Geraldine. HEX triplet: DD, 70 and 70. RGB value is (221,112,112). Sum of RGB (Red+Green+Blue) = 221+112+112=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7070 is #228F8F. Grayscale: #909090. Windows color (decimal): -2264976 or 7368925. OLE color: 7368925.

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

Color convert

RGB 221 112 112 -
CMYK 0 0.49 0.49 0.13
HSL 0.62% 0.65% -
HSV(B) 0.49% 0.87% -
XYZ 38.54 28.13 18.73 -
YUV 144.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 221 112 112 0 0.49 0.49 0.13 0 0.62 0.65
Hex DD 70 70 0 31 31 D 0 3E 41
Octal 335 160 160 0 61 61 15 0 76 101
Binary 11011101 1110000 1110000 0 110001 110001 1101 0 111110 1000001

Color Harmonies of #DD7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7070

Black with #DD7070

Text Example


Text Example

White with #DD7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7070; }

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

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

background-color css

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

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

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

border-color css

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

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

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