Html Css Color HEX #DD52FE Heliotrope

📋 copy color: '#DD52FE'

red 221 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #DD52FE

Tints of Heliotrope #DD52FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 39.68%
G = 14.72%
B = 45.6%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD52FE (or 0xDD52FE) is known color: Heliotrope. HEX triplet: DD, 52 and FE. RGB value is (221,82,254). Sum of RGB (Red+Green+Blue) = 221+82+254=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 82 (32.42% from 255 or 14.72% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD52FE is #22AD01. Grayscale: #8E8E8E. Windows color (decimal): -2272514 or 16667357. OLE color: 16667357.

HSL color Cylindrical-coordinate representation of color #DD52FE: hue angle of 288.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD52FE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 82 254 -
CMYK 0.13 0.68 0 0.00
HSL 288.49º 0.99% 0.66% -
HSV(B) 288.49º 0.68% 1% -
XYZ 50.73 28.56 96.61 -
YUV 143.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 221 82 254 0.13 0.68 0 0.00 288.49 0.99 0.66
Hex DD 52 FE D 44 0 0 120 63 42
Octal 335 122 376 15 104 0 0 440 143 102
Binary 11011101 1010010 11111110 1101 1000100 0 0 100100000 1100011 1000010

Color Harmonies of #DD52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52FE

Black with #DD52FE

Text Example


Text Example

White with #DD52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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