#D66665

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

Shades of Roman #D66665

Tints of Roman #D66665

Color information

#D66665 (or 0xD66665) is unknown color: approx Roman. HEX triplet: D6, 66 and 65. RGB value is (214,102,101). Sum of RGB (Red+Green+Blue) = 214+102+101=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D66665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66665 is #29999A. Grayscale: #878787. Windows color (decimal): -2726299 or 6645462. OLE color: 6645462.

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

Color convert

RGB214102101-
CMYK00.520.530.16
HSL0.53º57.95%61.76%-
HSV(B)0.53º52.8%83.92%-
XYZ34.8324.7415.25-
YUV135.37108.61184.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=51.32%
G=24.46%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410210100.520.530.160.5357.9561.76
HexD66665034351013a3e
Octal326146145064652017276
Binary11010110110011011001010110100110101100001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66665; }

 p { color: rgb(214,102,101); }

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

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

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

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

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

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

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