Html Css Color HEX #DD83FC Heliotrope

📋 copy color: '#DD83FC'

red 221 ◦ green 131 ◦ blue 252

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

Shades of Heliotrope #DD83FC

Tints of Heliotrope #DD83FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 36.59%
G = 21.69%
B = 41.72%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD83FC (or 0xDD83FC) is known color: Heliotrope. HEX triplet: DD, 83 and FC. RGB value is (221,131,252). Sum of RGB (Red+Green+Blue) = 221+131+252=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD83FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83FC is #227C03. Grayscale: #ABABAB. Windows color (decimal): -2259972 or 16548829. OLE color: 16548829.

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

Color convert

RGB 221 131 252 -
CMYK 0.12 0.48 0 0.01
HSL 284.63º 0.95% 0.75% -
HSV(B) 284.63º 0.48% 0.99% -
XYZ 55.51 38.63 96.63 -
YUV 171.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 221 131 252 0.12 0.48 0 0.01 284.63 0.95 0.75
Hex DD 83 FC C 30 0 1 11D 5F 4B
Octal 335 203 374 14 60 0 1 435 137 113
Binary 11011101 10000011 11111100 1100 110000 0 1 100011101 1011111 1001011

Color Harmonies of #DD83FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83FC

Black with #DD83FC

Text Example


Text Example

White with #DD83FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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