Html Css Color HEX #DD85F0 Violet

📋 copy color: '#DD85F0'

red 221 ◦ green 133 ◦ blue 240

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

Shades of Violet #DD85F0

Tints of Violet #DD85F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 37.21%
G = 22.39%
B = 40.4%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD85F0 (or 0xDD85F0) is known color: Violet. HEX triplet: DD, 85 and F0. RGB value is (221,133,240). Sum of RGB (Red+Green+Blue) = 221+133+240=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD85F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85F0 is #227A0F. Grayscale: #ABABAB. Windows color (decimal): -2259472 or 15762909. OLE color: 15762909.

HSL color Cylindrical-coordinate representation of color #DD85F0: hue angle of 289.35º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD85F0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 133 240 -
CMYK 0.08 0.45 0 0.06
HSL 289.35º 0.78% 0.73% -
HSV(B) 289.35º 0.45% 0.94% -
XYZ 53.93 38.44 87.01 -
YUV 171.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 221 133 240 0.08 0.45 0 0.06 289.35 0.78 0.73
Hex DD 85 F0 8 2D 0 6 121 4E 49
Octal 335 205 360 10 55 0 6 441 116 111
Binary 11011101 10000101 11110000 1000 101101 0 110 100100001 1001110 1001001

Color Harmonies of #DD85F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85F0

Black with #DD85F0

Text Example


Text Example

White with #DD85F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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