#D67171

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

Shades of Geraldine #D67171

Tints of Geraldine #D67171

Color information

#D67171 (or 0xD67171) is unknown color: approx Geraldine. HEX triplet: D6, 71 and 71. RGB value is (214,113,113). Sum of RGB (Red+Green+Blue) = 214+113+113=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D67171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67171 is #298E8E. Grayscale: #8F8F8F. Windows color (decimal): -2723471 or 7434710. OLE color: 7434710.

HSL color Cylindrical-coordinate representation of color #D67171: hue angle of 0º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67171 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB214113113-
CMYK00.470.470.16
HSL55.19%64.12%-
HSV(B)47.2%83.92%-
XYZ36.6227.318.96-
YUV143.2110.96178.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=48.64%
G=25.68%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411311300.470.470.16055.1964.12
HexD6717102F2F1003740
Octal3261611610575720067100
Binary110101101110001111000101011111011111000001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67171; }

 p { color: rgb(214,113,113); }

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

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

 a { background-color: rgb(214,113,113); }

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

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

 span { border-color: rgb(214,113,113); }

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