Html Css Color HEX #DD6AD5 Orchid

📋 copy color: '#DD6AD5'

red 221 ◦ green 106 ◦ blue 213

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

Shades of Orchid #DD6AD5

Tints of Orchid #DD6AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.44%

R = 40.93%
G = 19.63%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD6AD5 (or 0xDD6AD5) is known color: Orchid. HEX triplet: DD, 6A and D5. RGB value is (221,106,213). Sum of RGB (Red+Green+Blue) = 221+106+213=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD5 is #22952A. Grayscale: #989898. Windows color (decimal): -2266411 or 13986525. OLE color: 13986525.

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

Color convert

RGB 221 106 213 -
CMYK 0 0.52 0.04 0.13
HSL 304.17º 0.63% 0.64% -
HSV(B) 304.17º 0.52% 0.87% -
XYZ 46.98 30.48 66.36 -
YUV 152.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 221 106 213 0 0.52 0.04 0.13 304.17 0.63 0.64
Hex DD 6A D5 0 34 4 D 130 3F 40
Octal 335 152 325 0 64 4 15 460 77 100
Binary 11011101 1101010 11010101 0 110100 100 1101 100110000 111111 1000000

Color Harmonies of #DD6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AD5

Black with #DD6AD5

Text Example


Text Example

White with #DD6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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