Html Css Color HEX #DD83FA Heliotrope

📋 copy color: '#DD83FA'

red 221 ◦ green 131 ◦ blue 250

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

Shades of Heliotrope #DD83FA

Tints of Heliotrope #DD83FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 36.71%
G = 21.76%
B = 41.53%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD83FA (or 0xDD83FA) is known color: Heliotrope. HEX triplet: DD, 83 and FA. RGB value is (221,131,250). Sum of RGB (Red+Green+Blue) = 221+131+250=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83FA is #227C05. Grayscale: #ABABAB. Windows color (decimal): -2259974 or 16417757. OLE color: 16417757.

HSL color Cylindrical-coordinate representation of color #DD83FA: hue angle of 285.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD83FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 131 250 -
CMYK 0.12 0.48 0 0.02
HSL 285.38º 0.92% 0.75% -
HSV(B) 285.38º 0.48% 0.98% -
XYZ 55.19 38.51 94.97 -
YUV 171.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 221 131 250 0.12 0.48 0 0.02 285.38 0.92 0.75
Hex DD 83 FA C 30 0 2 11D 5C 4B
Octal 335 203 372 14 60 0 2 435 134 113
Binary 11011101 10000011 11111010 1100 110000 0 10 100011101 1011100 1001011

Color Harmonies of #DD83FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83FA

Black with #DD83FA

Text Example


Text Example

White with #DD83FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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