Html Css Color HEX #DE9A9A Petite Orchid

📋 copy color: '#DE9A9A'

red 222 ◦ green 154 ◦ blue 154

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

Shades of Petite Orchid #DE9A9A

Tints of Petite Orchid #DE9A9A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.06%

 BLUE value IS 154 (60.55% from 255) = 29.06%

R = 41.89%
G = 29.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE9A9A (or 0xDE9A9A) is known color: Petite Orchid. HEX triplet: DE, 9A and 9A. RGB value is (222,154,154). Sum of RGB (Red+Green+Blue) = 222+154+154=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A9A is #216565. Grayscale: #AEAEAE. Windows color (decimal): -2188646 or 10132190. OLE color: 10132190.

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

Color convert

RGB 222 154 154 -
CMYK 0 0.31 0.31 0.13
HSL 0.51% 0.74% -
HSV(B) 0.31% 0.87% -
XYZ 47.51 40.97 35.98 -
YUV 174.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 222 154 154 0 0.31 0.31 0.13 0 0.51 0.74
Hex DE 9A 9A 0 1F 1F D 0 33 4A
Octal 336 232 232 0 37 37 15 0 63 112
Binary 11011110 10011010 10011010 0 11111 11111 1101 0 110011 1001010

Color Harmonies of #DE9A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A9A

Black with #DE9A9A

Text Example


Text Example

White with #DE9A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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