Html Css Color HEX #DD83FF Heliotrope

📋 copy color: '#DD83FF'

red 221 ◦ green 131 ◦ blue 255

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

Shades of Heliotrope #DD83FF

Tints of Heliotrope #DD83FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.58%

 BLUE value IS 255 (100% from 255) = 42.01%

R = 36.41%
G = 21.58%
B = 42.01%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD83FF (or 0xDD83FF) is known color: Heliotrope. HEX triplet: DD, 83 and FF. RGB value is (221,131,255). Sum of RGB (Red+Green+Blue) = 221+131+255=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 131 (51.56% from 255 or 21.58% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83FF is #227C00. Grayscale: #ABABAB. Windows color (decimal): -2259969 or 16745437. OLE color: 16745437.

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

Color convert

RGB 221 131 255 -
CMYK 0.13 0.49 0 0
HSL 283.55º 1% 0.76% -
HSV(B) 283.55º 0.49% 1% -
XYZ 55.99 38.82 99.15 -
YUV 172.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 221 131 255 0.13 0.49 0 0 283.55 1 0.76
Hex DD 83 FF D 31 0 0 11C 64 4C
Octal 335 203 377 15 61 0 0 434 144 114
Binary 11011101 10000011 11111111 1101 110001 0 0 100011100 1100100 1001100

Color Harmonies of #DD83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83FF

Black with #DD83FF

Text Example


Text Example

White with #DD83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83FF; }

 p { color: rgb(221,131,255); }

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

background-color css

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

 a { background-color: rgb(221,131,255); }

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

border-color css

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

 span { border-color: rgb(221,131,255); }

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