#DC948E

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

Shades of Petite Orchid #DC948E

Tints of Petite Orchid #DC948E

Color information

#DC948E (or 0xDC948E) is unknown color: approx Petite Orchid. HEX triplet: DC, 94 and 8E. RGB value is (220,148,142). Sum of RGB (Red+Green+Blue) = 220+148+142=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC948E is #236B71. Grayscale: #A8A8A8. Windows color (decimal): -2321266 or 9344220. OLE color: 9344220.

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

Color convert

RGB220148142-
CMYK00.330.350.14
HSL4.62º52.7%70.98%-
HSV(B)4.62º35.45%86.27%-
XYZ44.9938.3530.62-
YUV168.84112.85164.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=43.14%
G=29.02%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014814200.330.350.144.6252.770.98
HexDC948E02123E53547
Octal3342242160414316565107
Binary110111001001010010001110010000110001111101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC948E; }

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

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

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

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

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

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

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

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