Html Css Color HEX #DA9588 Petite Orchid

📋 copy color: '#DA9588'

red 218 ◦ green 149 ◦ blue 136

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

Shades of Petite Orchid #DA9588

Tints of Petite Orchid #DA9588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.62%

 BLUE value IS 136 (53.52% from 255) = 27.04%

R = 43.34%
G = 29.62%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA9588 (or 0xDA9588) is known color: Petite Orchid. HEX triplet: DA, 95 and 88. RGB value is (218,149,136). Sum of RGB (Red+Green+Blue) = 218+149+136=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9588 is #256A77. Grayscale: #A8A8A8. Windows color (decimal): -2452088 or 8951258. OLE color: 8951258.

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

Color convert

RGB 218 149 136 -
CMYK 0 0.32 0.38 0.15
HSL 9.51º 0.53% 0.69% -
HSV(B) 9.51º 0.38% 0.85% -
XYZ 44.1 38.18 28.34 -
YUV 168.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 218 149 136 0 0.32 0.38 0.15 9.51 0.53 0.69
Hex DA 95 88 0 20 26 F A 35 45
Octal 332 225 210 0 40 46 17 12 65 105
Binary 11011010 10010101 10001000 0 100000 100110 1111 1010 110101 1000101

Color Harmonies of #DA9588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9588

Black with #DA9588

Text Example


Text Example

White with #DA9588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9588; }

 p { color: rgb(218,149,136); }

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

background-color css

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

 a { background-color: rgb(218,149,136); }

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

border-color css

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

 span { border-color: rgb(218,149,136); }

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