Html Css Color HEX #DD84DC Orchid

📋 copy color: '#DD84DC'

red 221 ◦ green 132 ◦ blue 220

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

Shades of Orchid #DD84DC

Tints of Orchid #DD84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.04%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 38.57%
G = 23.04%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD84DC (or 0xDD84DC) is known color: Orchid. HEX triplet: DD, 84 and DC. RGB value is (221,132,220). Sum of RGB (Red+Green+Blue) = 221+132+220=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84DC is #227B23. Grayscale: #A8A8A8. Windows color (decimal): -2259748 or 14451933. OLE color: 14451933.

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

Color convert

RGB 221 132 220 -
CMYK 0 0.40 0.00 0.13
HSL 300.67º 0.57% 0.69% -
HSV(B) 300.67º 0.4% 0.87% -
XYZ 50.99 37.04 72.17 -
YUV 168.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 221 132 220 0 0.40 0.00 0.13 300.67 0.57 0.69
Hex DD 84 DC 0 28 0 D 12D 39 45
Octal 335 204 334 0 50 0 15 455 71 105
Binary 11011101 10000100 11011100 0 101000 0 1101 100101101 111001 1000101

Color Harmonies of #DD84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84DC

Black with #DD84DC

Text Example


Text Example

White with #DD84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84DC; }

 p { color: rgb(221,132,220); }

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

background-color css

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

 a { background-color: rgb(221,132,220); }

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

border-color css

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

 span { border-color: rgb(221,132,220); }

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