Html Css Color HEX #DD84D9 Orchid

📋 copy color: '#DD84D9'

red 221 ◦ green 132 ◦ blue 217

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

Shades of Orchid #DD84D9

Tints of Orchid #DD84D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.07%

R = 38.77%
G = 23.16%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD84D9 (or 0xDD84D9) is known color: Orchid. HEX triplet: DD, 84 and D9. RGB value is (221,132,217). Sum of RGB (Red+Green+Blue) = 221+132+217=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84D9 is #227B26. Grayscale: #A8A8A8. Windows color (decimal): -2259751 or 14255325. OLE color: 14255325.

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

Color convert

RGB 221 132 217 -
CMYK 0 0.40 0.02 0.13
HSL 302.7º 0.57% 0.69% -
HSV(B) 302.7º 0.4% 0.87% -
XYZ 50.59 36.88 70.1 -
YUV 168.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 221 132 217 0 0.40 0.02 0.13 302.7 0.57 0.69
Hex DD 84 D9 0 28 2 D 12F 39 45
Octal 335 204 331 0 50 2 15 457 71 105
Binary 11011101 10000100 11011001 0 101000 10 1101 100101111 111001 1000101

Color Harmonies of #DD84D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84D9

Black with #DD84D9

Text Example


Text Example

White with #DD84D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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