#D67371

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

Shades of Geraldine #D67371

Tints of Geraldine #D67371

Color information

#D67371 (or 0xD67371) is unknown color: approx Geraldine. HEX triplet: D6, 73 and 71. RGB value is (214,115,113). Sum of RGB (Red+Green+Blue) = 214+115+113=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D67371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67371 is #298C8E. Grayscale: #909090. Windows color (decimal): -2722959 or 7435222. OLE color: 7435222.

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

Color convert

RGB214115113-
CMYK00.460.470.16
HSL1.19º55.19%64.12%-
HSV(B)1.19º47.2%83.92%-
XYZ36.8427.7519.04-
YUV144.37110.3177.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=48.42%
G=26.02%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411511300.460.470.161.1955.1964.12
HexD6737102E2F1013740
Octal3261631610565720167100
Binary110101101110011111000101011101011111000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67371; }

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

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

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

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

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

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

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

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