Html Css Color HEX #DD6ED9 Orchid

📋 copy color: '#DD6ED9'

red 221 ◦ green 110 ◦ blue 217

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

Shades of Orchid #DD6ED9

Tints of Orchid #DD6ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.6%

R = 40.33%
G = 20.07%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD6ED9 (or 0xDD6ED9) is known color: Orchid. HEX triplet: DD, 6E and D9. RGB value is (221,110,217). Sum of RGB (Red+Green+Blue) = 221+110+217=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ED9 is #229126. Grayscale: #9B9B9B. Windows color (decimal): -2265383 or 14249693. OLE color: 14249693.

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

Color convert

RGB 221 110 217 -
CMYK 0 0.50 0.02 0.13
HSL 302.16º 0.62% 0.65% -
HSV(B) 302.16º 0.5% 0.87% -
XYZ 47.92 31.53 69.21 -
YUV 155.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 221 110 217 0 0.50 0.02 0.13 302.16 0.62 0.65
Hex DD 6E D9 0 32 2 D 12E 3E 41
Octal 335 156 331 0 62 2 15 456 76 101
Binary 11011101 1101110 11011001 0 110010 10 1101 100101110 111110 1000001

Color Harmonies of #DD6ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ED9

Black with #DD6ED9

Text Example


Text Example

White with #DD6ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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