Html Css Color HEX #DE958D Petite Orchid

📋 copy color: '#DE958D'

red 222 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #DE958D

Tints of Petite Orchid #DE958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 43.36%
G = 29.1%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE958D (or 0xDE958D) is known color: Petite Orchid. HEX triplet: DE, 95 and 8D. RGB value is (222,149,141). Sum of RGB (Red+Green+Blue) = 222+149+141=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE958D is #216A72. Grayscale: #AAAAAA. Windows color (decimal): -2189939 or 9278942. OLE color: 9278942.

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

Color convert

RGB 222 149 141 -
CMYK 0 0.33 0.36 0.13
HSL 5.93º 0.55% 0.71% -
HSV(B) 5.93º 0.36% 0.87% -
XYZ 45.68 38.95 30.31 -
YUV 169.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 222 149 141 0 0.33 0.36 0.13 5.93 0.55 0.71
Hex DE 95 8D 0 21 24 D 6 37 47
Octal 336 225 215 0 41 44 15 6 67 107
Binary 11011110 10010101 10001101 0 100001 100100 1101 110 110111 1000111

Color Harmonies of #DE958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE958D

Black with #DE958D

Text Example


Text Example

White with #DE958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE958D; }

 p { color: rgb(222,149,141); }

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

background-color css

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

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

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

border-color css

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

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

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