Html Css Color HEX #DD85FE Heliotrope

📋 copy color: '#DD85FE'

red 221 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #DD85FE

Tints of Heliotrope #DD85FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 36.35%
G = 21.88%
B = 41.78%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD85FE (or 0xDD85FE) is known color: Heliotrope. HEX triplet: DD, 85 and FE. RGB value is (221,133,254). Sum of RGB (Red+Green+Blue) = 221+133+254=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85FE is #227A01. Grayscale: #ACACAC. Windows color (decimal): -2259458 or 16680413. OLE color: 16680413.

HSL color Cylindrical-coordinate representation of color #DD85FE: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD85FE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 133 254 -
CMYK 0.13 0.48 0 0.00
HSL 283.64º 0.98% 0.76% -
HSV(B) 283.64º 0.48% 1% -
XYZ 56.1 39.3 98.4 -
YUV 173.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 221 133 254 0.13 0.48 0 0.00 283.64 0.98 0.76
Hex DD 85 FE D 30 0 0 11C 62 4C
Octal 335 205 376 15 60 0 0 434 142 114
Binary 11011101 10000101 11111110 1101 110000 0 0 100011100 1100010 1001100

Color Harmonies of #DD85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85FE

Black with #DD85FE

Text Example


Text Example

White with #DD85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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