#DC908D

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

Shades of Petite Orchid #DC908D

Tints of Petite Orchid #DC908D

Color information

#DC908D (or 0xDC908D) is unknown color: approx Petite Orchid. HEX triplet: DC, 90 and 8D. RGB value is (220,144,141). Sum of RGB (Red+Green+Blue) = 220+144+141=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC908D is #236F72. Grayscale: #A6A6A6. Windows color (decimal): -2322291 or 9277660. OLE color: 9277660.

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

Color convert

RGB220144141-
CMYK00.350.360.14
HSL2.28º53.02%70.78%-
HSV(B)2.28º35.91%86.27%-
XYZ44.337.0930.02-
YUV166.38113.68166.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=43.56%
G=28.51%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014414100.350.360.142.2853.0270.78
HexDC908D02324E23547
Octal3342202150434416265107
Binary11011100100100001000110101000111001001110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC908D; }

 p { color: rgb(220,144,141); }

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

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

 a { background-color: rgb(220,144,141); }

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

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

 span { border-color: rgb(220,144,141); }

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