Html Css Color HEX #DE8F8A Petite Orchid

📋 copy color: '#DE8F8A'

red 222 ◦ green 143 ◦ blue 138

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

Shades of Petite Orchid #DE8F8A

Tints of Petite Orchid #DE8F8A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.43%

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 44.14%
G = 28.43%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE8F8A (or 0xDE8F8A) is known color: Petite Orchid. HEX triplet: DE, 8F and 8A. RGB value is (222,143,138). Sum of RGB (Red+Green+Blue) = 222+143+138=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8F8A is #217075. Grayscale: #A6A6A6. Windows color (decimal): -2191478 or 9080798. OLE color: 9080798.

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

Color convert

RGB 222 143 138 -
CMYK 0 0.36 0.38 0.13
HSL 3.57º 0.56% 0.71% -
HSV(B) 3.57º 0.38% 0.87% -
XYZ 44.53 37.01 28.84 -
YUV 166.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 222 143 138 0 0.36 0.38 0.13 3.57 0.56 0.71
Hex DE 8F 8A 0 24 26 D 4 38 47
Octal 336 217 212 0 44 46 15 4 70 107
Binary 11011110 10001111 10001010 0 100100 100110 1101 100 111000 1000111

Color Harmonies of #DE8F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F8A

Black with #DE8F8A

Text Example


Text Example

White with #DE8F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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