Html Css Color HEX #DD6DDE Orchid

📋 copy color: '#DD6DDE'

red 221 ◦ green 109 ◦ blue 222

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

Shades of Orchid #DD6DDE

Tints of Orchid #DD6DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.75%

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 40.04%
G = 19.75%
B = 40.22%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD6DDE (or 0xDD6DDE) is known color: Orchid. HEX triplet: DD, 6D and DE. RGB value is (221,109,222). Sum of RGB (Red+Green+Blue) = 221+109+222=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD6DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DDE is #229221. Grayscale: #9B9B9B. Windows color (decimal): -2265634 or 14577117. OLE color: 14577117.

HSL color Cylindrical-coordinate representation of color #DD6DDE: hue angle of 299.47º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DDE is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 222 -
CMYK 0.00 0.51 0 0.13
HSL 299.47º 0.63% 0.65% -
HSV(B) 299.47º 0.51% 0.87% -
XYZ 48.47 31.58 72.65 -
YUV 155.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 221 109 222 0.00 0.51 0 0.13 299.47 0.63 0.65
Hex DD 6D DE 0 33 0 D 12B 3F 41
Octal 335 155 336 0 63 0 15 453 77 101
Binary 11011101 1101101 11011110 0 110011 0 1101 100101011 111111 1000001

Color Harmonies of #DD6DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DDE

Black with #DD6DDE

Text Example


Text Example

White with #DD6DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DDE; }

 p { color: rgb(221,109,222); }

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

background-color css

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

 a { background-color: rgb(221,109,222); }

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

border-color css

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

 span { border-color: rgb(221,109,222); }

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