Html Css Color HEX #DA9996 Petite Orchid

📋 copy color: '#DA9996'

red 218 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #DA9996

Tints of Petite Orchid #DA9996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 41.84%
G = 29.37%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA9996 (or 0xDA9996) is known color: Petite Orchid. HEX triplet: DA, 99 and 96. RGB value is (218,153,150). Sum of RGB (Red+Green+Blue) = 218+153+150=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9996 is #256669. Grayscale: #ACACAC. Windows color (decimal): -2451050 or 9869786. OLE color: 9869786.

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

Color convert

RGB 218 153 150 -
CMYK 0 0.30 0.31 0.15
HSL 2.65º 0.48% 0.72% -
HSV(B) 2.65º 0.31% 0.85% -
XYZ 45.81 39.89 34.14 -
YUV 172.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 218 153 150 0 0.30 0.31 0.15 2.65 0.48 0.72
Hex DA 99 96 0 1E 1F F 3 30 48
Octal 332 231 226 0 36 37 17 3 60 110
Binary 11011010 10011001 10010110 0 11110 11111 1111 11 110000 1001000

Color Harmonies of #DA9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9996

Black with #DA9996

Text Example


Text Example

White with #DA9996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9996; }

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

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

background-color css

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

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

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

border-color css

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

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

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