Html Css Color HEX #DD83EE Violet

📋 copy color: '#DD83EE'

red 221 ◦ green 131 ◦ blue 238

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

Shades of Violet #DD83EE

Tints of Violet #DD83EE

RGB

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

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

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

R = 37.46%
G = 22.2%
B = 40.34%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD83EE (or 0xDD83EE) is known color: Violet. HEX triplet: DD, 83 and EE. RGB value is (221,131,238). Sum of RGB (Red+Green+Blue) = 221+131+238=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83EE is #227C11. Grayscale: #A9A9A9. Windows color (decimal): -2259986 or 15631325. OLE color: 15631325.

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

Color convert

RGB 221 131 238 -
CMYK 0.07 0.45 0 0.07
HSL 290.47º 0.76% 0.72% -
HSV(B) 290.47º 0.45% 0.93% -
XYZ 53.37 37.78 85.37 -
YUV 170.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 221 131 238 0.07 0.45 0 0.07 290.47 0.76 0.72
Hex DD 83 EE 7 2D 0 7 122 4C 48
Octal 335 203 356 7 55 0 7 442 114 110
Binary 11011101 10000011 11101110 111 101101 0 111 100100010 1001100 1001000

Color Harmonies of #DD83EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83EE

Black with #DD83EE

Text Example


Text Example

White with #DD83EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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