#D69B98

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

Shades of Petite Orchid #D69B98

Tints of Petite Orchid #D69B98

Color information

#D69B98 (or 0xD69B98) is unknown color: approx Petite Orchid. HEX triplet: D6, 9B and 98. RGB value is (214,155,152). Sum of RGB (Red+Green+Blue) = 214+155+152=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B98 is #296467. Grayscale: #ACACAC. Windows color (decimal): -2712680 or 10001366. OLE color: 10001366.

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

Color convert

RGB214155152-
CMYK00.280.290.16
HSL2.9º43.06%71.76%-
HSV(B)2.9º28.97%83.92%-
XYZ45.1240.0135.05-
YUV172.3116.55157.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=41.07%
G=29.75%
B=29.17%

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
Decimal21415515200.280.290.162.943.0671.76
HexD69B9801C1D1032b48
Octal3262332300343520353110
Binary1101011010011011100110000111001110110000111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B98; }

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

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

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

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

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

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

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

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