Html Css Color HEX #DD52F9 Heliotrope

📋 copy color: '#DD52F9'

red 221 ◦ green 82 ◦ blue 249

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

Shades of Heliotrope #DD52F9

Tints of Heliotrope #DD52F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 40.04%
G = 14.86%
B = 45.11%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD52F9 (or 0xDD52F9) is known color: Heliotrope. HEX triplet: DD, 52 and F9. RGB value is (221,82,249). Sum of RGB (Red+Green+Blue) = 221+82+249=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD52F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD52F9 is #22AD06. Grayscale: #8E8E8E. Windows color (decimal): -2272519 or 16339677. OLE color: 16339677.

HSL color Cylindrical-coordinate representation of color #DD52F9: hue angle of 289.94º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD52F9 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 82 249 -
CMYK 0.11 0.67 0 0.02
HSL 289.94º 0.93% 0.65% -
HSV(B) 289.94º 0.67% 0.98% -
XYZ 49.93 28.25 92.44 -
YUV 142.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 221 82 249 0.11 0.67 0 0.02 289.94 0.93 0.65
Hex DD 52 F9 B 43 0 2 122 5D 41
Octal 335 122 371 13 103 0 2 442 135 101
Binary 11011101 1010010 11111001 1011 1000011 0 10 100100010 1011101 1000001

Color Harmonies of #DD52F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52F9

Black with #DD52F9

Text Example


Text Example

White with #DD52F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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