Html Css Color HEX #DD6EE9 Orchid

📋 copy color: '#DD6EE9'

red 221 ◦ green 110 ◦ blue 233

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

Shades of Orchid #DD6EE9

Tints of Orchid #DD6EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 39.18%
G = 19.5%
B = 41.31%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD6EE9 (or 0xDD6EE9) is known color: Orchid. HEX triplet: DD, 6E and E9. RGB value is (221,110,233). Sum of RGB (Red+Green+Blue) = 221+110+233=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EE9 is #229116. Grayscale: #9C9C9C. Windows color (decimal): -2265367 or 15298269. OLE color: 15298269.

HSL color Cylindrical-coordinate representation of color #DD6EE9: hue angle of 294.15º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6EE9 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 110 233 -
CMYK 0.05 0.53 0 0.09
HSL 294.15º 0.74% 0.67% -
HSV(B) 294.15º 0.53% 0.91% -
XYZ 50.1 32.41 80.71 -
YUV 157.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 221 110 233 0.05 0.53 0 0.09 294.15 0.74 0.67
Hex DD 6E E9 5 35 0 9 126 4A 43
Octal 335 156 351 5 65 0 11 446 112 103
Binary 11011101 1101110 11101001 101 110101 0 1001 100100110 1001010 1000011

Color Harmonies of #DD6EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EE9

Black with #DD6EE9

Text Example


Text Example

White with #DD6EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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