Html Css Color HEX #DE948D Petite Orchid

📋 copy color: '#DE948D'

red 222 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #DE948D

Tints of Petite Orchid #DE948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.96%

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

R = 43.44%
G = 28.96%
B = 27.59%

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

#DE948D (or 0xDE948D) is known color: Petite Orchid. HEX triplet: DE, 94 and 8D. RGB value is (222,148,141). Sum of RGB (Red+Green+Blue) = 222+148+141=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE948D is #216B72. Grayscale: #A9A9A9. Windows color (decimal): -2190195 or 9278686. OLE color: 9278686.

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

Color convert

RGB 222 148 141 -
CMYK 0 0.33 0.36 0.13
HSL 5.19º 0.55% 0.71% -
HSV(B) 5.19º 0.36% 0.87% -
XYZ 45.52 38.63 30.26 -
YUV 169.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 222 148 141 0 0.33 0.36 0.13 5.19 0.55 0.71
Hex DE 94 8D 0 21 24 D 5 37 47
Octal 336 224 215 0 41 44 15 5 67 107
Binary 11011110 10010100 10001101 0 100001 100100 1101 101 110111 1000111

Color Harmonies of #DE948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE948D

Black with #DE948D

Text Example


Text Example

White with #DE948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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