Html Css Color HEX #DA9895 Petite Orchid

📋 copy color: '#DA9895'

red 218 ◦ green 152 ◦ blue 149

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

Shades of Petite Orchid #DA9895

Tints of Petite Orchid #DA9895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 42%
G = 29.29%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA9895 (or 0xDA9895) is known color: Petite Orchid. HEX triplet: DA, 98 and 95. RGB value is (218,152,149). Sum of RGB (Red+Green+Blue) = 218+152+149=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9895 is #25676A. Grayscale: #ABABAB. Windows color (decimal): -2451307 or 9803994. OLE color: 9803994.

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

Color convert

RGB 218 152 149 -
CMYK 0 0.30 0.32 0.15
HSL 2.61º 0.48% 0.72% -
HSV(B) 2.61º 0.32% 0.85% -
XYZ 45.57 39.53 33.66 -
YUV 171.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 218 152 149 0 0.30 0.32 0.15 2.61 0.48 0.72
Hex DA 98 95 0 1E 20 F 3 30 48
Octal 332 230 225 0 36 40 17 3 60 110
Binary 11011010 10011000 10010101 0 11110 100000 1111 11 110000 1001000

Color Harmonies of #DA9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9895

Black with #DA9895

Text Example


Text Example

White with #DA9895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9895; }

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

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

background-color css

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

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

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

border-color css

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

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

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