Html Css Color HEX #DE908A Petite Orchid

📋 copy color: '#DE908A'

red 222 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #DE908A

Tints of Petite Orchid #DE908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 44.05%
G = 28.57%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE908A (or 0xDE908A) is known color: Petite Orchid. HEX triplet: DE, 90 and 8A. RGB value is (222,144,138). Sum of RGB (Red+Green+Blue) = 222+144+138=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE908A is #216F75. Grayscale: #A6A6A6. Windows color (decimal): -2191222 or 9081054. OLE color: 9081054.

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

Color convert

RGB 222 144 138 -
CMYK 0 0.35 0.38 0.13
HSL 4.29º 0.56% 0.71% -
HSV(B) 4.29º 0.38% 0.87% -
XYZ 44.68 37.31 28.89 -
YUV 166.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 222 144 138 0 0.35 0.38 0.13 4.29 0.56 0.71
Hex DE 90 8A 0 23 26 D 4 38 47
Octal 336 220 212 0 43 46 15 4 70 107
Binary 11011110 10010000 10001010 0 100011 100110 1101 100 111000 1000111

Color Harmonies of #DE908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE908A

Black with #DE908A

Text Example


Text Example

White with #DE908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE908A; }

 p { color: rgb(222,144,138); }

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

background-color css

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

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

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

border-color css

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

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

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