#D69A99

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

Shades of Petite Orchid #D69A99

Tints of Petite Orchid #D69A99

Color information

#D69A99 (or 0xD69A99) is unknown color: approx Petite Orchid. HEX triplet: D6, 9A and 99. RGB value is (214,154,153). Sum of RGB (Red+Green+Blue) = 214+154+153=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A99 is #296566. Grayscale: #ABABAB. Windows color (decimal): -2712935 or 10066646. OLE color: 10066646.

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

Color convert

RGB214154153-
CMYK00.280.290.16
HSL0.98º42.66%71.96%-
HSV(B)0.98º28.5%83.92%-
XYZ45.0439.7135.43-
YUV171.83117.38158.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=41.07%
G=29.56%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415415300.280.290.160.9842.6671.96
HexD69A9901C1D1012b48
Octal3262322310343520153110
Binary110101101001101010011001011100111011000011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A99; }

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

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

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

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

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

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

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

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