Html Css Color HEX #DD7670 Geraldine

📋 copy color: '#DD7670'

red 221 ◦ green 118 ◦ blue 112

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

Shades of Geraldine #DD7670

Tints of Geraldine #DD7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

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

R = 49%
G = 26.16%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD7670 (or 0xDD7670) is known color: Geraldine. HEX triplet: DD, 76 and 70. RGB value is (221,118,112). Sum of RGB (Red+Green+Blue) = 221+118+112=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7670 is #22898F. Grayscale: #949494. Windows color (decimal): -2263440 or 7370461. OLE color: 7370461.

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

Color convert

RGB 221 118 112 -
CMYK 0 0.47 0.49 0.13
HSL 3.3º 0.62% 0.65% -
HSV(B) 3.3º 0.49% 0.87% -
XYZ 39.22 29.5 18.96 -
YUV 148.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 221 118 112 0 0.47 0.49 0.13 3.3 0.62 0.65
Hex DD 76 70 0 2F 31 D 3 3E 41
Octal 335 166 160 0 57 61 15 3 76 101
Binary 11011101 1110110 1110000 0 101111 110001 1101 11 111110 1000001

Color Harmonies of #DD7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7670

Black with #DD7670

Text Example


Text Example

White with #DD7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7670; }

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

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

background-color css

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

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

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

border-color css

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

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

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