#D0948F

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

Shades of Petite Orchid #D0948F

Tints of Petite Orchid #D0948F

Color information

#D0948F (or 0xD0948F) is unknown color: approx Petite Orchid. HEX triplet: D0, 94 and 8F. RGB value is (208,148,143). Sum of RGB (Red+Green+Blue) = 208+148+143=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0948F is #2F6B70. Grayscale: #A5A5A5. Windows color (decimal): -3107697 or 9409744. OLE color: 9409744.

HSL color Cylindrical-coordinate representation of color #D0948F: hue angle of 4.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0948F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208148143-
CMYK00.290.310.18
HSL4.62º40.88%68.82%-
HSV(B)4.62º31.25%81.57%-
XYZ41.5636.5730.86-
YUV165.37115.38158.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 143 (56.25% from 255) = 28.66%
R=41.68%
G=29.66%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814814300.290.310.184.6240.8868.82
HexD0948F01D1F1252945
Octal3202242170353722551105
Binary11010000100101001000111101110111111100101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0948F; }

 p { color: rgb(208,148,143); }

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

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

 a { background-color: rgb(208,148,143); }

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

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

 span { border-color: rgb(208,148,143); }

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