Html Css Color HEX #DD6EC9 Orchid

📋 copy color: '#DD6EC9'

red 221 ◦ green 110 ◦ blue 201

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

Shades of Orchid #DD6EC9

Tints of Orchid #DD6EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.78%

R = 41.54%
G = 20.68%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD6EC9 (or 0xDD6EC9) is known color: Orchid. HEX triplet: DD, 6E and C9. RGB value is (221,110,201). Sum of RGB (Red+Green+Blue) = 221+110+201=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EC9 is #229136. Grayscale: #999999. Windows color (decimal): -2265399 or 13201117. OLE color: 13201117.

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

Color convert

RGB 221 110 201 -
CMYK 0 0.50 0.09 0.13
HSL 310.81º 0.62% 0.65% -
HSV(B) 310.81º 0.5% 0.87% -
XYZ 45.94 30.74 58.77 -
YUV 153.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 221 110 201 0 0.50 0.09 0.13 310.81 0.62 0.65
Hex DD 6E C9 0 32 9 D 137 3E 41
Octal 335 156 311 0 62 11 15 467 76 101
Binary 11011101 1101110 11001001 0 110010 1001 1101 100110111 111110 1000001

Color Harmonies of #DD6EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EC9

Black with #DD6EC9

Text Example


Text Example

White with #DD6EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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