Html Css Color HEX #DD80DA Orchid

📋 copy color: '#DD80DA'

red 221 ◦ green 128 ◦ blue 218

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

Shades of Orchid #DD80DA

Tints of Orchid #DD80DA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.57%

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 38.98%
G = 22.57%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD80DA (or 0xDD80DA) is known color: Orchid. HEX triplet: DD, 80 and DA. RGB value is (221,128,218). Sum of RGB (Red+Green+Blue) = 221+128+218=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80DA is #227F25. Grayscale: #A5A5A5. Windows color (decimal): -2260774 or 14319837. OLE color: 14319837.

HSL color Cylindrical-coordinate representation of color #DD80DA: hue angle of 301.94º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80DA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 218 -
CMYK 0 0.42 0.01 0.13
HSL 301.94º 0.58% 0.68% -
HSV(B) 301.94º 0.42% 0.87% -
XYZ 50.19 35.87 70.61 -
YUV 166.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 221 128 218 0 0.42 0.01 0.13 301.94 0.58 0.68
Hex DD 80 DA 0 2A 1 D 12E 3A 44
Octal 335 200 332 0 52 1 15 456 72 104
Binary 11011101 10000000 11011010 0 101010 1 1101 100101110 111010 1000100

Color Harmonies of #DD80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80DA

Black with #DD80DA

Text Example


Text Example

White with #DD80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80DA; }

 p { color: rgb(221,128,218); }

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

background-color css

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

 a { background-color: rgb(221,128,218); }

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

border-color css

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

 span { border-color: rgb(221,128,218); }

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