#DA958F

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

Shades of Petite Orchid #DA958F

Tints of Petite Orchid #DA958F

Color information

#DA958F (or 0xDA958F) is unknown color: approx Petite Orchid. HEX triplet: DA, 95 and 8F. RGB value is (218,149,143). Sum of RGB (Red+Green+Blue) = 218+149+143=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958F is #256A70. Grayscale: #A9A9A9. Windows color (decimal): -2452081 or 9410010. OLE color: 9410010.

HSL color Cylindrical-coordinate representation of color #DA958F: hue angle of 4.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA958F is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218149143-
CMYK00.320.340.15
HSL4.8º50.34%70.78%-
HSV(B)4.8º34.4%85.49%-
XYZ44.6238.3831.04-
YUV168.95113.36162.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=42.75%
G=29.22%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814914300.320.340.154.850.3470.78
HexDA958F02022F53247
Octal3322252170404217562107
Binary110110101001010110001111010000010001011111011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA958F; }

 p { color: rgb(218,149,143); }

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

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

 a { background-color: rgb(218,149,143); }

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

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

 span { border-color: rgb(218,149,143); }

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