Html Css Color HEX #DD6ED8 Orchid

📋 copy color: '#DD6ED8'

red 221 ◦ green 110 ◦ blue 216

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

Shades of Orchid #DD6ED8

Tints of Orchid #DD6ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 40.4%
G = 20.11%
B = 39.49%

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

#DD6ED8 (or 0xDD6ED8) is known color: Orchid. HEX triplet: DD, 6E and D8. RGB value is (221,110,216). Sum of RGB (Red+Green+Blue) = 221+110+216=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ED8 is #229127. Grayscale: #9A9A9A. Windows color (decimal): -2265384 or 14184157. OLE color: 14184157.

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

Color convert

RGB 221 110 216 -
CMYK 0 0.50 0.02 0.13
HSL 302.7º 0.62% 0.65% -
HSV(B) 302.7º 0.5% 0.87% -
XYZ 47.79 31.48 68.52 -
YUV 155.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 221 110 216 0 0.50 0.02 0.13 302.7 0.62 0.65
Hex DD 6E D8 0 32 2 D 12F 3E 41
Octal 335 156 330 0 62 2 15 457 76 101
Binary 11011101 1101110 11011000 0 110010 10 1101 100101111 111110 1000001

Color Harmonies of #DD6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ED8

Black with #DD6ED8

Text Example


Text Example

White with #DD6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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