Html Css Color HEX #DD83FB Heliotrope

📋 copy color: '#DD83FB'

red 221 ◦ green 131 ◦ blue 251

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

Shades of Heliotrope #DD83FB

Tints of Heliotrope #DD83FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 36.65%
G = 21.72%
B = 41.63%

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

#DD83FB (or 0xDD83FB) is known color: Heliotrope. HEX triplet: DD, 83 and FB. RGB value is (221,131,251). Sum of RGB (Red+Green+Blue) = 221+131+251=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 131 (51.56% from 255 or 21.72% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD83FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83FB is #227C04. Grayscale: #ABABAB. Windows color (decimal): -2259973 or 16483293. OLE color: 16483293.

HSL color Cylindrical-coordinate representation of color #DD83FB: hue angle of 285º degrees, saturation: 0.94, 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 #DD83FB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 131 251 -
CMYK 0.12 0.48 0 0.02
HSL 285º 0.94% 0.75% -
HSV(B) 285º 0.48% 0.98% -
XYZ 55.35 38.57 95.79 -
YUV 171.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 221 131 251 0.12 0.48 0 0.02 285 0.94 0.75
Hex DD 83 FB C 30 0 2 11D 5E 4B
Octal 335 203 373 14 60 0 2 435 136 113
Binary 11011101 10000011 11111011 1100 110000 0 10 100011101 1011110 1001011

Color Harmonies of #DD83FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83FB

Black with #DD83FB

Text Example


Text Example

White with #DD83FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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