#DD69BE

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

Shades of Orchid #DD69BE

Tints of Orchid #DD69BE

Color information

#DD69BE (or 0xDD69BE) is unknown color: approx Orchid. HEX triplet: DD, 69 and BE. RGB value is (221,105,190). Sum of RGB (Red+Green+Blue) = 221+105+190=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69BE is #229641. Grayscale: #959595. Windows color (decimal): -2266690 or 12478941. OLE color: 12478941.

HSL color Cylindrical-coordinate representation of color #DD69BE: hue angle of 316.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69BE is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221105190-
CMYK00.520.140.13
HSL316.03º63.04%63.92%-
HSV(B)316.03º52.49%86.67%-
XYZ44.1629.1952.02-
YUV149.37150.93179.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=42.83%
G=20.35%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110519000.520.140.13316.0363.0463.92
HexDD69BE034ED13c3f40
Octal335151276064161547477100
Binary110111011101001101111100110100111011011001111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69BE; }

 p { color: rgb(221,105,190); }

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

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

 a { background-color: rgb(221,105,190); }

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

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

 span { border-color: rgb(221,105,190); }

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