#DA918D

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

Shades of Petite Orchid #DA918D

Tints of Petite Orchid #DA918D

Color information

#DA918D (or 0xDA918D) is unknown color: approx Petite Orchid. HEX triplet: DA, 91 and 8D. RGB value is (218,145,141). Sum of RGB (Red+Green+Blue) = 218+145+141=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA918D is #256E72. Grayscale: #A6A6A6. Windows color (decimal): -2453107 or 9277914. OLE color: 9277914.

HSL color Cylindrical-coordinate representation of color #DA918D: hue angle of 3.12º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA918D is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218145141-
CMYK00.330.350.15
HSL3.12º50.99%70.39%-
HSV(B)3.12º35.32%85.49%-
XYZ43.8537.0830.05-
YUV166.37113.68164.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=43.25%
G=28.77%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814514100.330.350.153.1250.9970.39
HexDA918D02123F33346
Octal3322212150414317363106
Binary11011010100100011000110101000011000111111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA918D; }

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

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

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

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

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

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

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

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