Html Css Color HEX #DA9888 Petite Orchid

📋 copy color: '#DA9888'

red 218 ◦ green 152 ◦ blue 136

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

Shades of Petite Orchid #DA9888

Tints of Petite Orchid #DA9888

RGB

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

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

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

R = 43.08%
G = 30.04%
B = 26.88%

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

#DA9888 (or 0xDA9888) is known color: Petite Orchid. HEX triplet: DA, 98 and 88. RGB value is (218,152,136). Sum of RGB (Red+Green+Blue) = 218+152+136=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9888 is #256777. Grayscale: #AAAAAA. Windows color (decimal): -2451320 or 8952026. OLE color: 8952026.

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

Color convert

RGB 218 152 136 -
CMYK 0 0.30 0.38 0.15
HSL 11.71º 0.53% 0.69% -
HSV(B) 11.71º 0.38% 0.85% -
XYZ 44.59 39.14 28.5 -
YUV 169.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 218 152 136 0 0.30 0.38 0.15 11.71 0.53 0.69
Hex DA 98 88 0 1E 26 F C 35 45
Octal 332 230 210 0 36 46 17 14 65 105
Binary 11011010 10011000 10001000 0 11110 100110 1111 1100 110101 1000101

Color Harmonies of #DA9888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9888

Black with #DA9888

Text Example


Text Example

White with #DA9888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9888; }

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

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

background-color css

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

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

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

border-color css

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

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

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