Html Css Color HEX #DD85E5 Violet

📋 copy color: '#DD85E5'

red 221 ◦ green 133 ◦ blue 229

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

Shades of Violet #DD85E5

Tints of Violet #DD85E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.28%

R = 37.91%
G = 22.81%
B = 39.28%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD85E5 (or 0xDD85E5) is known color: Violet. HEX triplet: DD, 85 and E5. RGB value is (221,133,229). Sum of RGB (Red+Green+Blue) = 221+133+229=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD85E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85E5 is #227A1A. Grayscale: #A9A9A9. Windows color (decimal): -2259483 or 15042013. OLE color: 15042013.

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

Color convert

RGB 221 133 229 -
CMYK 0.03 0.42 0 0.10
HSL 295º 0.65% 0.71% -
HSV(B) 295º 0.42% 0.9% -
XYZ 52.35 37.8 78.67 -
YUV 170.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 221 133 229 0.03 0.42 0 0.10 295 0.65 0.71
Hex DD 85 E5 3 2A 0 A 127 41 47
Octal 335 205 345 3 52 0 12 447 101 107
Binary 11011101 10000101 11100101 11 101010 0 1010 100100111 1000001 1000111

Color Harmonies of #DD85E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85E5

Black with #DD85E5

Text Example


Text Example

White with #DD85E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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