Html Css Color HEX #DE9A99 Petite Orchid

📋 copy color: '#DE9A99'

red 222 ◦ green 154 ◦ blue 153

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

Shades of Petite Orchid #DE9A99

Tints of Petite Orchid #DE9A99

RGB

 RED value IS 222 (87.11% from 255) = 41.97%

 GREEN value IS 154 (60.55% from 255) = 29.11%

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 41.97%
G = 29.11%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE9A99 (or 0xDE9A99) is known color: Petite Orchid. HEX triplet: DE, 9A and 99. RGB value is (222,154,153). Sum of RGB (Red+Green+Blue) = 222+154+153=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A99 is #216566. Grayscale: #AEAEAE. Windows color (decimal): -2188647 or 10066654. OLE color: 10066654.

HSL color Cylindrical-coordinate representation of color #DE9A99: hue angle of 0.87º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9A99 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 154 153 -
CMYK 0 0.31 0.31 0.13
HSL 0.87º 0.51% 0.74% -
HSV(B) 0.87º 0.31% 0.87% -
XYZ 47.43 40.94 35.54 -
YUV 174.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 222 154 153 0 0.31 0.31 0.13 0.87 0.51 0.74
Hex DE 9A 99 0 1F 1F D 1 33 4A
Octal 336 232 231 0 37 37 15 1 63 112
Binary 11011110 10011010 10011001 0 11111 11111 1101 1 110011 1001010

Color Harmonies of #DE9A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A99

Black with #DE9A99

Text Example


Text Example

White with #DE9A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A99; }

 p { color: rgb(222,154,153); }

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

background-color css

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

 a { background-color: rgb(222,154,153); }

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

border-color css

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

 span { border-color: rgb(222,154,153); }

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