Html Css Color HEX #DE8F8D Petite Orchid

📋 copy color: '#DE8F8D'

red 222 ◦ green 143 ◦ blue 141

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

Shades of Petite Orchid #DE8F8D

Tints of Petite Orchid #DE8F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 43.87%
G = 28.26%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE8F8D (or 0xDE8F8D) is known color: Petite Orchid. HEX triplet: DE, 8F and 8D. RGB value is (222,143,141). Sum of RGB (Red+Green+Blue) = 222+143+141=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8F8D is #217072. Grayscale: #A6A6A6. Windows color (decimal): -2191475 or 9277406. OLE color: 9277406.

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

Color convert

RGB 222 143 141 -
CMYK 0 0.36 0.36 0.13
HSL 1.48º 0.55% 0.71% -
HSV(B) 1.48º 0.36% 0.87% -
XYZ 44.75 37.1 30 -
YUV 166.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 222 143 141 0 0.36 0.36 0.13 1.48 0.55 0.71
Hex DE 8F 8D 0 24 24 D 1 37 47
Octal 336 217 215 0 44 44 15 1 67 107
Binary 11011110 10001111 10001101 0 100100 100100 1101 1 110111 1000111

Color Harmonies of #DE8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F8D

Black with #DE8F8D

Text Example


Text Example

White with #DE8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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