Html Css Color HEX #DD8AE6 Violet

📋 copy color: '#DD8AE6'

red 221 ◦ green 138 ◦ blue 230

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

Shades of Violet #DD8AE6

Tints of Violet #DD8AE6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.43%

 BLUE value IS 230 (90.23% from 255) = 39.05%

R = 37.52%
G = 23.43%
B = 39.05%

CMYK

 C value IS 0.04

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD8AE6 (or 0xDD8AE6) is known color: Violet. HEX triplet: DD, 8A and E6. RGB value is (221,138,230). Sum of RGB (Red+Green+Blue) = 221+138+230=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD8AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AE6 is #227519. Grayscale: #ADADAD. Windows color (decimal): -2258202 or 15108829. OLE color: 15108829.

HSL color Cylindrical-coordinate representation of color #DD8AE6: hue angle of 294.13º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8AE6 is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 138 230 -
CMYK 0.04 0.4 0 0.10
HSL 294.13º 0.65% 0.72% -
HSV(B) 294.13º 0.4% 0.9% -
XYZ 53.19 39.26 79.64 -
YUV 173.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 221 138 230 0.04 0.4 0 0.10 294.13 0.65 0.72
Hex DD 8A E6 4 28 0 A 126 41 48
Octal 335 212 346 4 50 0 12 446 101 110
Binary 11011101 10001010 11100110 100 101000 0 1010 100100110 1000001 1001000

Color Harmonies of #DD8AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8AE6

Black with #DD8AE6

Text Example


Text Example

White with #DD8AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8AE6; }

 p { color: rgb(221,138,230); }

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

background-color css

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

 a { background-color: rgb(221,138,230); }

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

border-color css

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

 span { border-color: rgb(221,138,230); }

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