#D69A98

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

Shades of Petite Orchid #D69A98

Tints of Petite Orchid #D69A98

Color information

#D69A98 (or 0xD69A98) is unknown color: approx Petite Orchid. HEX triplet: D6, 9A and 98. RGB value is (214,154,152). Sum of RGB (Red+Green+Blue) = 214+154+152=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A98 is #296567. Grayscale: #ABABAB. Windows color (decimal): -2712936 or 10001110. OLE color: 10001110.

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

Color convert

RGB214154152-
CMYK00.280.290.16
HSL1.94º43.06%71.76%-
HSV(B)1.94º28.97%83.92%-
XYZ44.9539.6734.99-
YUV171.71116.88158.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=41.15%
G=29.62%
B=29.23%

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
Decimal21415415200.280.290.161.9443.0671.76
HexD69A9801C1D1022b48
Octal3262322300343520253110
Binary1101011010011010100110000111001110110000101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A98; }

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

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

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

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

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

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

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

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