Html Css Color HEX #DD6ADA Orchid

📋 copy color: '#DD6ADA'

red 221 ◦ green 106 ◦ blue 218

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

Shades of Orchid #DD6ADA

Tints of Orchid #DD6ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 40.55%
G = 19.45%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD6ADA (or 0xDD6ADA) is known color: Orchid. HEX triplet: DD, 6A and DA. RGB value is (221,106,218). Sum of RGB (Red+Green+Blue) = 221+106+218=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ADA is #229525. Grayscale: #989898. Windows color (decimal): -2266406 or 14314205. OLE color: 14314205.

HSL color Cylindrical-coordinate representation of color #DD6ADA: hue angle of 301.57º degrees, saturation: 0.63, 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 #DD6ADA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 218 -
CMYK 0 0.52 0.01 0.13
HSL 301.57º 0.63% 0.64% -
HSV(B) 301.57º 0.52% 0.87% -
XYZ 47.63 30.74 69.75 -
YUV 153.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 221 106 218 0 0.52 0.01 0.13 301.57 0.63 0.64
Hex DD 6A DA 0 34 1 D 12E 3F 40
Octal 335 152 332 0 64 1 15 456 77 100
Binary 11011101 1101010 11011010 0 110100 1 1101 100101110 111111 1000000

Color Harmonies of #DD6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ADA

Black with #DD6ADA

Text Example


Text Example

White with #DD6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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