Html Css Color HEX #DD84D3 Orchid

📋 copy color: '#DD84D3'

red 221 ◦ green 132 ◦ blue 211

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

Shades of Orchid #DD84D3

Tints of Orchid #DD84D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.41%

R = 39.18%
G = 23.4%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD84D3 (or 0xDD84D3) is known color: Orchid. HEX triplet: DD, 84 and D3. RGB value is (221,132,211). Sum of RGB (Red+Green+Blue) = 221+132+211=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84D3 is #227B2C. Grayscale: #A7A7A7. Windows color (decimal): -2259757 or 13862109. OLE color: 13862109.

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

Color convert

RGB 221 132 211 -
CMYK 0 0.40 0.05 0.13
HSL 306.74º 0.57% 0.69% -
HSV(B) 306.74º 0.4% 0.87% -
XYZ 49.83 36.58 66.06 -
YUV 167.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 221 132 211 0 0.40 0.05 0.13 306.74 0.57 0.69
Hex DD 84 D3 0 28 5 D 133 39 45
Octal 335 204 323 0 50 5 15 463 71 105
Binary 11011101 10000100 11010011 0 101000 101 1101 100110011 111001 1000101

Color Harmonies of #DD84D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84D3

Black with #DD84D3

Text Example


Text Example

White with #DD84D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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