Html Css Color HEX #DD8CEE Violet

📋 copy color: '#DD8CEE'

red 221 ◦ green 140 ◦ blue 238

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

Shades of Violet #DD8CEE

Tints of Violet #DD8CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.37%

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

R = 36.89%
G = 23.37%
B = 39.73%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD8CEE (or 0xDD8CEE) is known color: Violet. HEX triplet: DD, 8C and EE. RGB value is (221,140,238). Sum of RGB (Red+Green+Blue) = 221+140+238=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CEE is #227311. Grayscale: #AFAFAF. Windows color (decimal): -2257682 or 15633629. OLE color: 15633629.

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

Color convert

RGB 221 140 238 -
CMYK 0.07 0.41 0 0.07
HSL 289.59º 0.74% 0.74% -
HSV(B) 289.59º 0.41% 0.93% -
XYZ 54.63 40.3 85.79 -
YUV 175.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 221 140 238 0.07 0.41 0 0.07 289.59 0.74 0.74
Hex DD 8C EE 7 29 0 7 122 4A 4A
Octal 335 214 356 7 51 0 7 442 112 112
Binary 11011101 10001100 11101110 111 101001 0 111 100100010 1001010 1001010

Color Harmonies of #DD8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CEE

Black with #DD8CEE

Text Example


Text Example

White with #DD8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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