Html Css Color HEX #DE948C Petite Orchid

📋 copy color: '#DE948C'

red 222 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #DE948C

Tints of Petite Orchid #DE948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 43.53%
G = 29.02%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE948C (or 0xDE948C) is known color: Petite Orchid. HEX triplet: DE, 94 and 8C. RGB value is (222,148,140). Sum of RGB (Red+Green+Blue) = 222+148+140=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE948C is #216B73. Grayscale: #A9A9A9. Windows color (decimal): -2190196 or 9213150. OLE color: 9213150.

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

Color convert

RGB 222 148 140 -
CMYK 0 0.33 0.37 0.13
HSL 5.85º 0.55% 0.71% -
HSV(B) 5.85º 0.37% 0.87% -
XYZ 45.45 38.6 29.87 -
YUV 169.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 222 148 140 0 0.33 0.37 0.13 5.85 0.55 0.71
Hex DE 94 8C 0 21 25 D 6 37 47
Octal 336 224 214 0 41 45 15 6 67 107
Binary 11011110 10010100 10001100 0 100001 100101 1101 110 110111 1000111

Color Harmonies of #DE948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE948C

Black with #DE948C

Text Example


Text Example

White with #DE948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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