#D0918B

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

Shades of Petite Orchid #D0918B

Tints of Petite Orchid #D0918B

Color information

#D0918B (or 0xD0918B) is unknown color: approx Petite Orchid. HEX triplet: D0, 91 and 8B. RGB value is (208,145,139). Sum of RGB (Red+Green+Blue) = 208+145+139=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0918B is #2F6E74. Grayscale: #A3A3A3. Windows color (decimal): -3108469 or 9146832. OLE color: 9146832.

HSL color Cylindrical-coordinate representation of color #D0918B: hue angle of 5.22º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0918B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208145139-
CMYK00.300.330.18
HSL5.22º42.33%68.04%-
HSV(B)5.22º33.17%81.57%-
XYZ40.835.5229.13-
YUV163.15114.37159.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=42.28%
G=29.47%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814513900.300.330.185.2242.3368.04
HexD0918B01E211252a44
Octal3202212130364122552104
Binary110100001001000110001011011110100001100101011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0918B; }

 p { color: rgb(208,145,139); }

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

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

 a { background-color: rgb(208,145,139); }

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

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

 span { border-color: rgb(208,145,139); }

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