Html Css Color HEX #DD80EE Violet

📋 copy color: '#DD80EE'

red 221 ◦ green 128 ◦ blue 238

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

Shades of Violet #DD80EE

Tints of Violet #DD80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.55%

R = 37.65%
G = 21.81%
B = 40.55%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD80EE (or 0xDD80EE) is known color: Violet. HEX triplet: DD, 80 and EE. RGB value is (221,128,238). Sum of RGB (Red+Green+Blue) = 221+128+238=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80EE is #227F11. Grayscale: #A8A8A8. Windows color (decimal): -2260754 or 15630557. OLE color: 15630557.

HSL color Cylindrical-coordinate representation of color #DD80EE: hue angle of 290.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD80EE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 128 238 -
CMYK 0.07 0.46 0 0.07
HSL 290.73º 0.76% 0.72% -
HSV(B) 290.73º 0.46% 0.93% -
XYZ 52.97 36.98 85.24 -
YUV 168.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 221 128 238 0.07 0.46 0 0.07 290.73 0.76 0.72
Hex DD 80 EE 7 2E 0 7 123 4C 48
Octal 335 200 356 7 56 0 7 443 114 110
Binary 11011101 10000000 11101110 111 101110 0 111 100100011 1001100 1001000

Color Harmonies of #DD80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80EE

Black with #DD80EE

Text Example


Text Example

White with #DD80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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