Html Css Color HEX #DD6ADE Orchid

📋 copy color: '#DD6ADE'

red 221 ◦ green 106 ◦ blue 222

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

Shades of Orchid #DD6ADE

Tints of Orchid #DD6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.31%

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

R = 40.26%
G = 19.31%
B = 40.44%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD6ADE (or 0xDD6ADE) is known color: Orchid. HEX triplet: DD, 6A and DE. RGB value is (221,106,222). Sum of RGB (Red+Green+Blue) = 221+106+222=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ADE is #229521. Grayscale: #999999. Windows color (decimal): -2266402 or 14576349. OLE color: 14576349.

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

Color convert

RGB 221 106 222 -
CMYK 0.00 0.52 0 0.13
HSL 299.48º 0.64% 0.64% -
HSV(B) 299.48º 0.52% 0.87% -
XYZ 48.16 30.95 72.54 -
YUV 153.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 221 106 222 0.00 0.52 0 0.13 299.48 0.64 0.64
Hex DD 6A DE 0 34 0 D 12B 40 40
Octal 335 152 336 0 64 0 15 453 100 100
Binary 11011101 1101010 11011110 0 110100 0 1101 100101011 1000000 1000000

Color Harmonies of #DD6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ADE

Black with #DD6ADE

Text Example


Text Example

White with #DD6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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