Html Css Color HEX #DC9E94 Petite Orchid

📋 copy color: '#DC9E94'

red 220 ◦ green 158 ◦ blue 148

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

Shades of Petite Orchid #DC9E94

Tints of Petite Orchid #DC9E94

RGB

 RED value IS 220 (86.33% from 255) = 41.83%

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 148 (58.2% from 255) = 28.14%

R = 41.83%
G = 30.04%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9E94 (or 0xDC9E94) is known color: Petite Orchid. HEX triplet: DC, 9E and 94. RGB value is (220,158,148). Sum of RGB (Red+Green+Blue) = 220+158+148=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E94 is #23616B. Grayscale: #AFAFAF. Windows color (decimal): -2318700 or 9739996. OLE color: 9739996.

HSL color Cylindrical-coordinate representation of color #DC9E94: hue angle of 8.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9E94 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 148 -
CMYK 0 0.28 0.33 0.14
HSL 8.33º 0.51% 0.72% -
HSV(B) 8.33º 0.33% 0.86% -
XYZ 47.09 41.81 33.6 -
YUV 175.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 220 158 148 0 0.28 0.33 0.14 8.33 0.51 0.72
Hex DC 9E 94 0 1C 21 E 8 33 48
Octal 334 236 224 0 34 41 16 10 63 110
Binary 11011100 10011110 10010100 0 11100 100001 1110 1000 110011 1001000

Color Harmonies of #DC9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E94

Black with #DC9E94

Text Example


Text Example

White with #DC9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E94; }

 p { color: rgb(220,158,148); }

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

background-color css

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

 a { background-color: rgb(220,158,148); }

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

border-color css

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

 span { border-color: rgb(220,158,148); }

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