Html Css Color HEX #DE928B Petite Orchid

📋 copy color: '#DE928B'

red 222 ◦ green 146 ◦ blue 139

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

Shades of Petite Orchid #DE928B

Tints of Petite Orchid #DE928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 43.79%
G = 28.8%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE928B (or 0xDE928B) is known color: Petite Orchid. HEX triplet: DE, 92 and 8B. RGB value is (222,146,139). Sum of RGB (Red+Green+Blue) = 222+146+139=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE928B is #216D74. Grayscale: #A8A8A8. Windows color (decimal): -2190709 or 9147102. OLE color: 9147102.

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

Color convert

RGB 222 146 139 -
CMYK 0 0.34 0.37 0.13
HSL 5.06º 0.56% 0.71% -
HSV(B) 5.06º 0.37% 0.87% -
XYZ 45.06 37.95 29.38 -
YUV 167.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 222 146 139 0 0.34 0.37 0.13 5.06 0.56 0.71
Hex DE 92 8B 0 22 25 D 5 38 47
Octal 336 222 213 0 42 45 15 5 70 107
Binary 11011110 10010010 10001011 0 100010 100101 1101 101 111000 1000111

Color Harmonies of #DE928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE928B

Black with #DE928B

Text Example


Text Example

White with #DE928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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