#D69D97

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

Shades of Petite Orchid #D69D97

Tints of Petite Orchid #D69D97

Color information

#D69D97 (or 0xD69D97) is unknown color: approx Petite Orchid. HEX triplet: D6, 9D and 97. RGB value is (214,157,151). Sum of RGB (Red+Green+Blue) = 214+157+151=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D97 is #296268. Grayscale: #ADADAD. Windows color (decimal): -2712169 or 9936342. OLE color: 9936342.

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

Color convert

RGB214157151-
CMYK00.270.290.16
HSL5.71º43.45%71.57%-
HSV(B)5.71º29.44%83.92%-
XYZ45.3740.6434.73-
YUV173.36115.38156.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=41.00%
G=30.08%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415715100.270.290.165.7143.4571.57
HexD69D9701B1D1062b48
Octal3262352270333520653110
Binary11010110100111011001011101101111101100001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D97; }

 p { color: rgb(214,157,151); }

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

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

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

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

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

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

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