#DC918B

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

Shades of Petite Orchid #DC918B

Tints of Petite Orchid #DC918B

Color information

#DC918B (or 0xDC918B) is unknown color: approx Petite Orchid. HEX triplet: DC, 91 and 8B. RGB value is (220,145,139). Sum of RGB (Red+Green+Blue) = 220+145+139=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC918B is #236E74. Grayscale: #A6A6A6. Windows color (decimal): -2322037 or 9146844. OLE color: 9146844.

HSL color Cylindrical-coordinate representation of color #DC918B: hue angle of 4.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC918B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220145139-
CMYK00.340.370.14
HSL4.44º53.64%70.39%-
HSV(B)4.44º36.82%86.27%-
XYZ44.337.3329.3-
YUV166.74112.35165.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=43.65%
G=28.77%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014513900.340.370.144.4453.6470.39
HexDC918B02225E43646
Octal3342212130424516466106
Binary110111001001000110001011010001010010111101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC918B; }

 p { color: rgb(220,145,139); }

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

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

 a { background-color: rgb(220,145,139); }

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

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

 span { border-color: rgb(220,145,139); }

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