Html Css Color HEX #DD83EA Violet

📋 copy color: '#DD83EA'

red 221 ◦ green 131 ◦ blue 234

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

Shades of Violet #DD83EA

Tints of Violet #DD83EA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.35%

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 37.71%
G = 22.35%
B = 39.93%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD83EA (or 0xDD83EA) is known color: Violet. HEX triplet: DD, 83 and EA. RGB value is (221,131,234). Sum of RGB (Red+Green+Blue) = 221+131+234=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD83EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83EA is #227C15. Grayscale: #A9A9A9. Windows color (decimal): -2259990 or 15369181. OLE color: 15369181.

HSL color Cylindrical-coordinate representation of color #DD83EA: hue angle of 292.43º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD83EA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 131 234 -
CMYK 0.06 0.44 0 0.08
HSL 292.43º 0.71% 0.72% -
HSV(B) 292.43º 0.44% 0.92% -
XYZ 52.79 37.55 82.31 -
YUV 169.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 221 131 234 0.06 0.44 0 0.08 292.43 0.71 0.72
Hex DD 83 EA 6 2C 0 8 124 47 48
Octal 335 203 352 6 54 0 10 444 107 110
Binary 11011101 10000011 11101010 110 101100 0 1000 100100100 1000111 1001000

Color Harmonies of #DD83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83EA

Black with #DD83EA

Text Example


Text Example

White with #DD83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83EA; }

 p { color: rgb(221,131,234); }

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

background-color css

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

 a { background-color: rgb(221,131,234); }

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

border-color css

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

 span { border-color: rgb(221,131,234); }

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