Html Css Color HEX #DD85EC Violet

📋 copy color: '#DD85EC'

red 221 ◦ green 133 ◦ blue 236

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

Shades of Violet #DD85EC

Tints of Violet #DD85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.54%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 37.46%
G = 22.54%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD85EC (or 0xDD85EC) is known color: Violet. HEX triplet: DD, 85 and EC. RGB value is (221,133,236). Sum of RGB (Red+Green+Blue) = 221+133+236=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85EC is #227A13. Grayscale: #AAAAAA. Windows color (decimal): -2259476 or 15500765. OLE color: 15500765.

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

Color convert

RGB 221 133 236 -
CMYK 0.06 0.44 0 0.07
HSL 291.26º 0.73% 0.72% -
HSV(B) 291.26º 0.44% 0.93% -
XYZ 53.35 38.2 83.92 -
YUV 171.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 221 133 236 0.06 0.44 0 0.07 291.26 0.73 0.72
Hex DD 85 EC 6 2C 0 7 123 49 48
Octal 335 205 354 6 54 0 7 443 111 110
Binary 11011101 10000101 11101100 110 101100 0 111 100100011 1001001 1001000

Color Harmonies of #DD85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85EC

Black with #DD85EC

Text Example


Text Example

White with #DD85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85EC; }

 p { color: rgb(221,133,236); }

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

background-color css

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

 a { background-color: rgb(221,133,236); }

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

border-color css

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

 span { border-color: rgb(221,133,236); }

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