Html Css Color HEX #DA9488 Petite Orchid

📋 copy color: '#DA9488'

red 218 ◦ green 148 ◦ blue 136

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

Shades of Petite Orchid #DA9488

Tints of Petite Orchid #DA9488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 43.43%
G = 29.48%
B = 27.09%

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

#DA9488 (or 0xDA9488) is known color: Petite Orchid. HEX triplet: DA, 94 and 88. RGB value is (218,148,136). Sum of RGB (Red+Green+Blue) = 218+148+136=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9488 is #256B77. Grayscale: #A7A7A7. Windows color (decimal): -2452344 or 8951002. OLE color: 8951002.

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

Color convert

RGB 218 148 136 -
CMYK 0 0.32 0.38 0.15
HSL 8.78º 0.53% 0.69% -
HSV(B) 8.78º 0.38% 0.85% -
XYZ 43.95 37.86 28.28 -
YUV 167.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 218 148 136 0 0.32 0.38 0.15 8.78 0.53 0.69
Hex DA 94 88 0 20 26 F 9 35 45
Octal 332 224 210 0 40 46 17 11 65 105
Binary 11011010 10010100 10001000 0 100000 100110 1111 1001 110101 1000101

Color Harmonies of #DA9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9488

Black with #DA9488

Text Example


Text Example

White with #DA9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9488; }

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

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

background-color css

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

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

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

border-color css

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

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

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