#DA968F

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

Shades of Petite Orchid #DA968F

Tints of Petite Orchid #DA968F

Color information

#DA968F (or 0xDA968F) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 8F. RGB value is (218,150,143). Sum of RGB (Red+Green+Blue) = 218+150+143=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA968F is #256970. Grayscale: #A9A9A9. Windows color (decimal): -2451825 or 9410266. OLE color: 9410266.

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

Color convert

RGB218150143-
CMYK00.310.340.15
HSL5.6º50.34%70.78%-
HSV(B)5.6º34.4%85.49%-
XYZ44.7838.731.1-
YUV169.53113.03162.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=42.66%
G=29.35%
B=27.98%

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
Decimal21815014300.310.340.155.650.3470.78
HexDA968F01F22F63247
Octal3322262170374217662107
Binary11011010100101101000111101111110001011111101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA968F; }

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

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

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

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

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

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

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

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