Html Css Color HEX #DD7870 Geraldine

📋 copy color: '#DD7870'

red 221 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #DD7870

Tints of Geraldine #DD7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.49%

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

R = 48.79%
G = 26.49%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD7870 (or 0xDD7870) is known color: Geraldine. HEX triplet: DD, 78 and 70. RGB value is (221,120,112). Sum of RGB (Red+Green+Blue) = 221+120+112=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7870 is #22878F. Grayscale: #959595. Windows color (decimal): -2262928 or 7370973. OLE color: 7370973.

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

Color convert

RGB 221 120 112 -
CMYK 0 0.46 0.49 0.13
HSL 4.4º 0.62% 0.65% -
HSV(B) 4.4º 0.49% 0.87% -
XYZ 39.46 29.97 19.04 -
YUV 149.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 221 120 112 0 0.46 0.49 0.13 4.4 0.62 0.65
Hex DD 78 70 0 2E 31 D 4 3E 41
Octal 335 170 160 0 56 61 15 4 76 101
Binary 11011101 1111000 1110000 0 101110 110001 1101 100 111110 1000001

Color Harmonies of #DD7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7870

Black with #DD7870

Text Example


Text Example

White with #DD7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7870; }

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

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

background-color css

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

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

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

border-color css

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

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

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