Html Css Color HEX #DA9988 Petite Orchid

📋 copy color: '#DA9988'

red 218 ◦ green 153 ◦ blue 136

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

Shades of Petite Orchid #DA9988

Tints of Petite Orchid #DA9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

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

R = 43%
G = 30.18%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA9988 (or 0xDA9988) is known color: Petite Orchid. HEX triplet: DA, 99 and 88. RGB value is (218,153,136). Sum of RGB (Red+Green+Blue) = 218+153+136=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9988 is #256677. Grayscale: #AAAAAA. Windows color (decimal): -2451064 or 8952282. OLE color: 8952282.

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

Color convert

RGB 218 153 136 -
CMYK 0 0.30 0.38 0.15
HSL 12.44º 0.53% 0.69% -
HSV(B) 12.44º 0.38% 0.85% -
XYZ 44.75 39.47 28.55 -
YUV 170.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 218 153 136 0 0.30 0.38 0.15 12.44 0.53 0.69
Hex DA 99 88 0 1E 26 F C 35 45
Octal 332 231 210 0 36 46 17 14 65 105
Binary 11011010 10011001 10001000 0 11110 100110 1111 1100 110101 1000101

Color Harmonies of #DA9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9988

Black with #DA9988

Text Example


Text Example

White with #DA9988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9988; }

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

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

background-color css

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

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

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

border-color css

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

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

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