#DA948A

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

Shades of Petite Orchid #DA948A

Tints of Petite Orchid #DA948A

Color information

#DA948A (or 0xDA948A) is unknown color: approx Petite Orchid. HEX triplet: DA, 94 and 8A. RGB value is (218,148,138). Sum of RGB (Red+Green+Blue) = 218+148+138=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA948A is #256B75. Grayscale: #A7A7A7. Windows color (decimal): -2452342 or 9082074. OLE color: 9082074.

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

Color convert

RGB218148138-
CMYK00.320.370.15
HSL7.5º51.95%69.8%-
HSV(B)7.5º36.7%85.49%-
XYZ44.0937.9229.04-
YUV167.79111.19163.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=43.25%
G=29.37%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814813800.320.370.157.551.9569.8
HexDA948A02025F83446
Octal33222421204045171064106
Binary1101101010010100100010100100000100101111110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA948A; }

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

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

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

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

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

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

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

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