Html Css Color HEX #DE9998 Petite Orchid

📋 copy color: '#DE9998'

red 222 ◦ green 153 ◦ blue 152

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

Shades of Petite Orchid #DE9998

Tints of Petite Orchid #DE9998

RGB

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

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

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

R = 42.13%
G = 29.03%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE9998 (or 0xDE9998) is known color: Petite Orchid. HEX triplet: DE, 99 and 98. RGB value is (222,153,152). Sum of RGB (Red+Green+Blue) = 222+153+152=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9998 is #216667. Grayscale: #ADADAD. Windows color (decimal): -2188904 or 10000862. OLE color: 10000862.

HSL color Cylindrical-coordinate representation of color #DE9998: hue angle of 0.86º 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 #DE9998 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 153 152 -
CMYK 0 0.31 0.32 0.13
HSL 0.86º 0.51% 0.73% -
HSV(B) 0.86º 0.32% 0.87% -
XYZ 47.18 40.58 35.05 -
YUV 173.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 222 153 152 0 0.31 0.32 0.13 0.86 0.51 0.73
Hex DE 99 98 0 1F 20 D 1 33 49
Octal 336 231 230 0 37 40 15 1 63 111
Binary 11011110 10011001 10011000 0 11111 100000 1101 1 110011 1001001

Color Harmonies of #DE9998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9998

Black with #DE9998

Text Example


Text Example

White with #DE9998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9998; }

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

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

background-color css

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

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

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

border-color css

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

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

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