#DA948C

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

Shades of Petite Orchid #DA948C

Tints of Petite Orchid #DA948C

Color information

#DA948C (or 0xDA948C) is unknown color: approx Petite Orchid. HEX triplet: DA, 94 and 8C. RGB value is (218,148,140). Sum of RGB (Red+Green+Blue) = 218+148+140=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA948C is #256B73. Grayscale: #A8A8A8. Windows color (decimal): -2452340 or 9213146. OLE color: 9213146.

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

Color convert

RGB218148140-
CMYK00.320.360.15
HSL6.15º51.32%70.2%-
HSV(B)6.15º35.78%85.49%-
XYZ44.2437.9829.81-
YUV168.02112.19163.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=43.08%
G=29.25%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814814000.320.360.156.1551.3270.2
HexDA948C02024F63346
Octal3322242140404417663106
Binary110110101001010010001100010000010010011111101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA948C; }

 p { color: rgb(218,148,140); }

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

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

 a { background-color: rgb(218,148,140); }

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

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

 span { border-color: rgb(218,148,140); }

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