Html Css Color HEX #DA9894 Petite Orchid

📋 copy color: '#DA9894'

red 218 ◦ green 152 ◦ blue 148

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

Shades of Petite Orchid #DA9894

Tints of Petite Orchid #DA9894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 42.08%
G = 29.34%
B = 28.57%

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

#DA9894 (or 0xDA9894) is known color: Petite Orchid. HEX triplet: DA, 98 and 94. RGB value is (218,152,148). Sum of RGB (Red+Green+Blue) = 218+152+148=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9894 is #25676B. Grayscale: #ABABAB. Windows color (decimal): -2451308 or 9738458. OLE color: 9738458.

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

Color convert

RGB 218 152 148 -
CMYK 0 0.30 0.32 0.15
HSL 3.43º 0.49% 0.72% -
HSV(B) 3.43º 0.32% 0.85% -
XYZ 45.49 39.5 33.24 -
YUV 171.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 218 152 148 0 0.30 0.32 0.15 3.43 0.49 0.72
Hex DA 98 94 0 1E 20 F 3 31 48
Octal 332 230 224 0 36 40 17 3 61 110
Binary 11011010 10011000 10010100 0 11110 100000 1111 11 110001 1001000

Color Harmonies of #DA9894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9894

Black with #DA9894

Text Example


Text Example

White with #DA9894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9894; }

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

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

background-color css

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

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

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

border-color css

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

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

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