Html Css Color HEX #DD6AD1 Orchid

📋 copy color: '#DD6AD1'

red 221 ◦ green 106 ◦ blue 209

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

Shades of Orchid #DD6AD1

Tints of Orchid #DD6AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 41.23%
G = 19.78%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD6AD1 (or 0xDD6AD1) is known color: Orchid. HEX triplet: DD, 6A and D1. RGB value is (221,106,209). Sum of RGB (Red+Green+Blue) = 221+106+209=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD1 is #22952E. Grayscale: #979797. Windows color (decimal): -2266415 or 13724381. OLE color: 13724381.

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

Color convert

RGB 221 106 209 -
CMYK 0 0.52 0.05 0.13
HSL 306.26º 0.63% 0.64% -
HSV(B) 306.26º 0.52% 0.87% -
XYZ 46.48 30.28 63.72 -
YUV 152.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 221 106 209 0 0.52 0.05 0.13 306.26 0.63 0.64
Hex DD 6A D1 0 34 5 D 132 3F 40
Octal 335 152 321 0 64 5 15 462 77 100
Binary 11011101 1101010 11010001 0 110100 101 1101 100110010 111111 1000000

Color Harmonies of #DD6AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AD1

Black with #DD6AD1

Text Example


Text Example

White with #DD6AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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