#DA978F

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

Shades of Petite Orchid #DA978F

Tints of Petite Orchid #DA978F

Color information

#DA978F (or 0xDA978F) is unknown color: approx Petite Orchid. HEX triplet: DA, 97 and 8F. RGB value is (218,151,143). Sum of RGB (Red+Green+Blue) = 218+151+143=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA978F is #256870. Grayscale: #AAAAAA. Windows color (decimal): -2451569 or 9410522. OLE color: 9410522.

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

Color convert

RGB218151143-
CMYK00.310.340.15
HSL6.4º50.34%70.78%-
HSV(B)6.4º34.4%85.49%-
XYZ44.9439.0231.15-
YUV170.12112.7162.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=42.58%
G=29.49%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815114300.310.340.156.450.3470.78
HexDA978F01F22F63247
Octal3322272170374217662107
Binary11011010100101111000111101111110001011111101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA978F; }

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

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

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

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

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

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

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

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