#DC958E

Color #DC958E Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DC958E

Tints of Petite Orchid #DC958E

Color information

#DC958E (or 0xDC958E) is unknown color: approx Petite Orchid. HEX triplet: DC, 95 and 8E. RGB value is (220,149,142). Sum of RGB (Red+Green+Blue) = 220+149+142=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC958E is #236A71. Grayscale: #A9A9A9. Windows color (decimal): -2321010 or 9344476. OLE color: 9344476.

HSL color Cylindrical-coordinate representation of color #DC958E: hue angle of 5.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC958E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220149142-
CMYK00.320.350.14
HSL5.38º52.7%70.98%-
HSV(B)5.38º35.45%86.27%-
XYZ45.1538.6630.67-
YUV169.43112.52164.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=43.05%
G=29.16%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014914200.320.350.145.3852.770.98
HexDC958E02023E53547
Octal3342252160404316565107
Binary110111001001010110001110010000010001111101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC958E; }

 p { color: rgb(220,149,142); }

 H1.HeaderClassName
 {
   color: #DC958E;
 }
 .AnyTagClassName
 {
   color: #DC958E;
 }
</style>
background-color css

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

 a { background-color: rgb(220,149,142); }

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

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

 span { border-color: rgb(220,149,142); }

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