Html Css Color HEX #DD6ED5 Orchid

📋 copy color: '#DD6ED5'

red 221 ◦ green 110 ◦ blue 213

#DD6ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DD6ED5

Tints of Orchid #DD6ED5

RGB

 RED value IS 221 (86.72% from 255) = 40.63%

 GREEN value IS 110 (43.36% from 255) = 20.22%

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 40.63%
G = 20.22%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD6ED5 (or 0xDD6ED5) is known color: Orchid. HEX triplet: DD, 6E and D5. RGB value is (221,110,213). Sum of RGB (Red+Green+Blue) = 221+110+213=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ED5 is #22912A. Grayscale: #9A9A9A. Windows color (decimal): -2265387 or 13987549. OLE color: 13987549.

HSL color Cylindrical-coordinate representation of color #DD6ED5: hue angle of 304.32º 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 #DD6ED5 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 213 -
CMYK 0 0.50 0.04 0.13
HSL 304.32º 0.62% 0.65% -
HSV(B) 304.32º 0.5% 0.87% -
XYZ 47.4 31.33 66.5 -
YUV 154.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 221 110 213 0 0.50 0.04 0.13 304.32 0.62 0.65
Hex DD 6E D5 0 32 4 D 130 3E 41
Octal 335 156 325 0 62 4 15 460 76 101
Binary 11011101 1101110 11010101 0 110010 100 1101 100110000 111110 1000001

Color Harmonies of #DD6ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ED5

Black with #DD6ED5

Text Example


Text Example

White with #DD6ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ED5; }

 p { color: rgb(221,110,213); }

 H1.HeaderClassName
 {
   color: #DD6ED5;
 }
 .AnyTagClassName
 {
   color: #DD6ED5;
 }
</style>

background-color css

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

 a { background-color: rgb(221,110,213); }

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

border-color css

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

 span { border-color: rgb(221,110,213); }

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