Html Css Color HEX #DA9992 Petite Orchid

📋 copy color: '#DA9992'

red 218 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #DA9992

Tints of Petite Orchid #DA9992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 42.17%
G = 29.59%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9992 (or 0xDA9992) is known color: Petite Orchid. HEX triplet: DA, 99 and 92. RGB value is (218,153,146). Sum of RGB (Red+Green+Blue) = 218+153+146=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9992 is #25666D. Grayscale: #ABABAB. Windows color (decimal): -2451054 or 9607642. OLE color: 9607642.

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

Color convert

RGB 218 153 146 -
CMYK 0 0.30 0.33 0.15
HSL 5.83º 0.49% 0.71% -
HSV(B) 5.83º 0.33% 0.85% -
XYZ 45.49 39.76 32.47 -
YUV 171.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 218 153 146 0 0.30 0.33 0.15 5.83 0.49 0.71
Hex DA 99 92 0 1E 21 F 6 31 47
Octal 332 231 222 0 36 41 17 6 61 107
Binary 11011010 10011001 10010010 0 11110 100001 1111 110 110001 1000111

Color Harmonies of #DA9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9992

Black with #DA9992

Text Example


Text Example

White with #DA9992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9992; }

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

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

background-color css

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

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

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

border-color css

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

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

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