Html Css Color HEX #DE9F98 Petite Orchid

📋 copy color: '#DE9F98'

red 222 ◦ green 159 ◦ blue 152

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

Shades of Petite Orchid #DE9F98

Tints of Petite Orchid #DE9F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.83%

 BLUE value IS 152 (59.77% from 255) = 28.52%

R = 41.65%
G = 29.83%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE9F98 (or 0xDE9F98) is known color: Petite Orchid. HEX triplet: DE, 9F and 98. RGB value is (222,159,152). Sum of RGB (Red+Green+Blue) = 222+159+152=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9F98 is #216067. Grayscale: #B1B1B1. Windows color (decimal): -2187368 or 10002398. OLE color: 10002398.

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

Color convert

RGB 222 159 152 -
CMYK 0 0.28 0.32 0.13
HSL 0.51% 0.73% -
HSV(B) 0.32% 0.87% -
XYZ 48.19 42.59 35.39 -
YUV 177.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 222 159 152 0 0.28 0.32 0.13 6 0.51 0.73
Hex DE 9F 98 0 1C 20 D 6 33 49
Octal 336 237 230 0 34 40 15 6 63 111
Binary 11011110 10011111 10011000 0 11100 100000 1101 110 110011 1001001

Color Harmonies of #DE9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9F98

Black with #DE9F98

Text Example


Text Example

White with #DE9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9F98; }

 p { color: rgb(222,159,152); }

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

background-color css

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

 a { background-color: rgb(222,159,152); }

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

border-color css

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

 span { border-color: rgb(222,159,152); }

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