Html Css Color HEX #DE9B9B Petite Orchid

📋 copy color: '#DE9B9B'

red 222 ◦ green 155 ◦ blue 155

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

Shades of Petite Orchid #DE9B9B

Tints of Petite Orchid #DE9B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.14%

 BLUE value IS 155 (60.94% from 255) = 29.14%

R = 41.73%
G = 29.14%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE9B9B (or 0xDE9B9B) is known color: Petite Orchid. HEX triplet: DE, 9B and 9B. RGB value is (222,155,155). Sum of RGB (Red+Green+Blue) = 222+155+155=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9B9B is #216464. Grayscale: #AFAFAF. Windows color (decimal): -2188389 or 10197982. OLE color: 10197982.

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

Color convert

RGB 222 155 155 -
CMYK 0 0.30 0.30 0.13
HSL 0.5% 0.74% -
HSV(B) 0.3% 0.87% -
XYZ 47.76 41.34 36.47 -
YUV 175.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 222 155 155 0 0.30 0.30 0.13 0 0.5 0.74
Hex DE 9B 9B 0 1E 1E D 0 32 4A
Octal 336 233 233 0 36 36 15 0 62 112
Binary 11011110 10011011 10011011 0 11110 11110 1101 0 110010 1001010

Color Harmonies of #DE9B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9B9B

Black with #DE9B9B

Text Example


Text Example

White with #DE9B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9B9B; }

 p { color: rgb(222,155,155); }

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

background-color css

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

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

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

border-color css

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

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

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