#D69D99

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

Shades of Petite Orchid #D69D99

Tints of Petite Orchid #D69D99

Color information

#D69D99 (or 0xD69D99) is unknown color: approx Petite Orchid. HEX triplet: D6, 9D and 99. RGB value is (214,157,153). Sum of RGB (Red+Green+Blue) = 214+157+153=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D99 is #296266. Grayscale: #ADADAD. Windows color (decimal): -2712167 or 10067414. OLE color: 10067414.

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

Color convert

RGB214157153-
CMYK00.270.290.16
HSL3.93º42.66%71.96%-
HSV(B)3.93º28.5%83.92%-
XYZ45.5440.7135.59-
YUV173.59116.38156.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=40.84%
G=29.96%
B=29.20%

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
Decimal21415715300.270.290.163.9342.6671.96
HexD69D9901B1D1042b48
Octal3262352310333520453110
Binary11010110100111011001100101101111101100001001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D99; }

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

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

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

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

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

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

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

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