#DA918F

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

Shades of Petite Orchid #DA918F

Tints of Petite Orchid #DA918F

Color information

#DA918F (or 0xDA918F) is unknown color: approx Petite Orchid. HEX triplet: DA, 91 and 8F. RGB value is (218,145,143). Sum of RGB (Red+Green+Blue) = 218+145+143=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA918F is #256E70. Grayscale: #A6A6A6. Windows color (decimal): -2453105 or 9408986. OLE color: 9408986.

HSL color Cylindrical-coordinate representation of color #DA918F: hue angle of 1.6º 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 #DA918F is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218145143-
CMYK00.330.340.15
HSL1.6º50.34%70.78%-
HSV(B)1.6º34.4%85.49%-
XYZ4437.1430.84-
YUV166.6114.68164.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 143 (56.25% from 255) = 28.26%
R=43.08%
G=28.66%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814514300.330.340.151.650.3470.78
HexDA918F02122F23247
Octal3322212170414217262107
Binary11011010100100011000111101000011000101111101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA918F; }

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

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

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

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

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

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

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

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