#DD6F6A

Color #DD6F6A Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #DD6F6A

Tints of Geraldine #DD6F6A

Color information

#DD6F6A (or 0xDD6F6A) is unknown color: approx Geraldine. HEX triplet: DD, 6F and 6A. RGB value is (221,111,106). Sum of RGB (Red+Green+Blue) = 221+111+106=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F6A is #229095. Grayscale: #8F8F8F. Windows color (decimal): -2265238 or 6975453. OLE color: 6975453.

HSL color Cylindrical-coordinate representation of color #DD6F6A: hue angle of 2.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6F6A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221111106-
CMYK00.500.520.13
HSL2.61º62.84%64.12%-
HSV(B)2.61º52.04%86.67%-
XYZ38.127.7816.99-
YUV143.32106.94183.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.46%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=50.46%
G=25.34%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111110600.500.520.132.6162.8464.12
HexDD6F6A03234D33f40
Octal3351571520626415377100
Binary110111011101111110101001100101101001101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F6A; }

 p { color: rgb(221,111,106); }

 H1.HeaderClassName
 {
   color: #DD6F6A;
 }
 .AnyTagClassName
 {
   color: #DD6F6A;
 }
</style>
background-color css

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

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

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

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

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

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