Html Css Color HEX #DE9A8F Petite Orchid

📋 copy color: '#DE9A8F'

red 222 ◦ green 154 ◦ blue 143

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

Shades of Petite Orchid #DE9A8F

Tints of Petite Orchid #DE9A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.55%

R = 42.77%
G = 29.67%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE9A8F (or 0xDE9A8F) is known color: Petite Orchid. HEX triplet: DE, 9A and 8F. RGB value is (222,154,143). Sum of RGB (Red+Green+Blue) = 222+154+143=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A8F is #216570. Grayscale: #ADADAD. Windows color (decimal): -2188657 or 9411294. OLE color: 9411294.

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

Color convert

RGB 222 154 143 -
CMYK 0 0.31 0.36 0.13
HSL 8.35º 0.54% 0.72% -
HSV(B) 8.35º 0.36% 0.87% -
XYZ 46.64 40.62 31.37 -
YUV 173.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 222 154 143 0 0.31 0.36 0.13 8.35 0.54 0.72
Hex DE 9A 8F 0 1F 24 D 8 36 48
Octal 336 232 217 0 37 44 15 10 66 110
Binary 11011110 10011010 10001111 0 11111 100100 1101 1000 110110 1001000

Color Harmonies of #DE9A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A8F

Black with #DE9A8F

Text Example


Text Example

White with #DE9A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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