Html Css Color HEX #DD8CEB Violet

📋 copy color: '#DD8CEB'

red 221 ◦ green 140 ◦ blue 235

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

Shades of Violet #DD8CEB

Tints of Violet #DD8CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.43%

R = 37.08%
G = 23.49%
B = 39.43%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD8CEB (or 0xDD8CEB) is known color: Violet. HEX triplet: DD, 8C and EB. RGB value is (221,140,235). Sum of RGB (Red+Green+Blue) = 221+140+235=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CEB is #227314. Grayscale: #AEAEAE. Windows color (decimal): -2257685 or 15437021. OLE color: 15437021.

HSL color Cylindrical-coordinate representation of color #DD8CEB: hue angle of 291.16º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8CEB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 140 235 -
CMYK 0.06 0.40 0 0.08
HSL 291.16º 0.7% 0.74% -
HSV(B) 291.16º 0.4% 0.92% -
XYZ 54.19 40.13 83.49 -
YUV 175.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 221 140 235 0.06 0.40 0 0.08 291.16 0.7 0.74
Hex DD 8C EB 6 28 0 8 123 46 4A
Octal 335 214 353 6 50 0 10 443 106 112
Binary 11011101 10001100 11101011 110 101000 0 1000 100100011 1000110 1001010

Color Harmonies of #DD8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CEB

Black with #DD8CEB

Text Example


Text Example

White with #DD8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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