Html Css Color HEX #DA9889 Petite Orchid

📋 copy color: '#DA9889'

red 218 ◦ green 152 ◦ blue 137

#DA9889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DA9889

Tints of Petite Orchid #DA9889

RGB

 RED value IS 218 (85.55% from 255) = 43%

 GREEN value IS 152 (59.77% from 255) = 29.98%

 BLUE value IS 137 (53.91% from 255) = 27.02%

R = 43%
G = 29.98%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA9889 (or 0xDA9889) is known color: Petite Orchid. HEX triplet: DA, 98 and 89. RGB value is (218,152,137). Sum of RGB (Red+Green+Blue) = 218+152+137=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9889 is #256776. Grayscale: #AAAAAA. Windows color (decimal): -2451319 or 9017562. OLE color: 9017562.

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

Color convert

RGB 218 152 137 -
CMYK 0 0.30 0.37 0.15
HSL 11.11º 0.52% 0.7% -
HSV(B) 11.11º 0.37% 0.85% -
XYZ 44.66 39.17 28.87 -
YUV 170.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 218 152 137 0 0.30 0.37 0.15 11.11 0.52 0.7
Hex DA 98 89 0 1E 25 F B 34 46
Octal 332 230 211 0 36 45 17 13 64 106
Binary 11011010 10011000 10001001 0 11110 100101 1111 1011 110100 1000110

Color Harmonies of #DA9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9889

Black with #DA9889

Text Example


Text Example

White with #DA9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9889; }

 p { color: rgb(218,152,137); }

 H1.HeaderClassName
 {
   color: #DA9889;
 }
 .AnyTagClassName
 {
   color: #DA9889;
 }
</style>

background-color css

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

 a { background-color: rgb(218,152,137); }

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

border-color css

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

 span { border-color: rgb(218,152,137); }

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