#DD6FBD

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

Shades of Orchid #DD6FBD

Tints of Orchid #DD6FBD

Color information

#DD6FBD (or 0xDD6FBD) is unknown color: approx Orchid. HEX triplet: DD, 6F and BD. RGB value is (221,111,189). Sum of RGB (Red+Green+Blue) = 221+111+189=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FBD is #229042. Grayscale: #989898. Windows color (decimal): -2265155 or 12414941. OLE color: 12414941.

HSL color Cylindrical-coordinate representation of color #DD6FBD: hue angle of 317.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FBD is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221111189-
CMYK00.500.140.13
HSL317.45º61.8%65.1%-
HSV(B)317.45º49.77%86.67%-
XYZ44.6930.4251.66-
YUV152.78148.44176.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=42.42%
G=21.31%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111118900.500.140.13317.4561.865.1
HexDD6FBD032ED13d3e41
Octal335157275062161547576101
Binary110111011101111101111010110010111011011001111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FBD; }

 p { color: rgb(221,111,189); }

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

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

 a { background-color: rgb(221,111,189); }

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

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

 span { border-color: rgb(221,111,189); }

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