Html Css Color HEX #DD84D0 Orchid

📋 copy color: '#DD84D0'

red 221 ◦ green 132 ◦ blue 208

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

Shades of Orchid #DD84D0

Tints of Orchid #DD84D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.08%

R = 39.39%
G = 23.53%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD84D0 (or 0xDD84D0) is known color: Orchid. HEX triplet: DD, 84 and D0. RGB value is (221,132,208). Sum of RGB (Red+Green+Blue) = 221+132+208=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84D0 is #227B2F. Grayscale: #A7A7A7. Windows color (decimal): -2259760 or 13665501. OLE color: 13665501.

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

Color convert

RGB 221 132 208 -
CMYK 0 0.40 0.06 0.13
HSL 308.76º 0.57% 0.69% -
HSV(B) 308.76º 0.4% 0.87% -
XYZ 49.46 36.43 64.1 -
YUV 167.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 221 132 208 0 0.40 0.06 0.13 308.76 0.57 0.69
Hex DD 84 D0 0 28 6 D 135 39 45
Octal 335 204 320 0 50 6 15 465 71 105
Binary 11011101 10000100 11010000 0 101000 110 1101 100110101 111001 1000101

Color Harmonies of #DD84D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84D0

Black with #DD84D0

Text Example


Text Example

White with #DD84D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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