Html Css Color HEX #DD52FC Heliotrope

📋 copy color: '#DD52FC'

red 221 ◦ green 82 ◦ blue 252

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

Shades of Heliotrope #DD52FC

Tints of Heliotrope #DD52FC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.77%

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

R = 39.82%
G = 14.77%
B = 45.41%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD52FC (or 0xDD52FC) is known color: Heliotrope. HEX triplet: DD, 52 and FC. RGB value is (221,82,252). Sum of RGB (Red+Green+Blue) = 221+82+252=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 82 (32.42% from 255 or 14.77% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD52FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD52FC is #22AD03. Grayscale: #8E8E8E. Windows color (decimal): -2272516 or 16536285. OLE color: 16536285.

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

Color convert

RGB 221 82 252 -
CMYK 0.12 0.67 0 0.01
HSL 289.06º 0.97% 0.65% -
HSV(B) 289.06º 0.67% 0.99% -
XYZ 50.41 28.44 94.93 -
YUV 142.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 221 82 252 0.12 0.67 0 0.01 289.06 0.97 0.65
Hex DD 52 FC C 43 0 1 121 61 41
Octal 335 122 374 14 103 0 1 441 141 101
Binary 11011101 1010010 11111100 1100 1000011 0 1 100100001 1100001 1000001

Color Harmonies of #DD52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52FC

Black with #DD52FC

Text Example


Text Example

White with #DD52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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