Html Css Color HEX #DE928E Petite Orchid

📋 copy color: '#DE928E'

red 222 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #DE928E

Tints of Petite Orchid #DE928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 43.53%
G = 28.63%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE928E (or 0xDE928E) is known color: Petite Orchid. HEX triplet: DE, 92 and 8E. RGB value is (222,146,142). Sum of RGB (Red+Green+Blue) = 222+146+142=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE928E is #216D71. Grayscale: #A8A8A8. Windows color (decimal): -2190706 or 9343710. OLE color: 9343710.

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

Color convert

RGB 222 146 142 -
CMYK 0 0.34 0.36 0.13
HSL 0.55% 0.71% -
HSV(B) 0.36% 0.87% -
XYZ 45.29 38.04 30.55 -
YUV 168.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 222 146 142 0 0.34 0.36 0.13 3 0.55 0.71
Hex DE 92 8E 0 22 24 D 3 37 47
Octal 336 222 216 0 42 44 15 3 67 107
Binary 11011110 10010010 10001110 0 100010 100100 1101 11 110111 1000111

Color Harmonies of #DE928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE928E

Black with #DE928E

Text Example


Text Example

White with #DE928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE928E; }

 p { color: rgb(222,146,142); }

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

background-color css

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

 a { background-color: rgb(222,146,142); }

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

border-color css

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

 span { border-color: rgb(222,146,142); }

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