Html Css Color HEX #DD52FB Heliotrope

📋 copy color: '#DD52FB'

red 221 ◦ green 82 ◦ blue 251

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

Shades of Heliotrope #DD52FB

Tints of Heliotrope #DD52FB

RGB

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

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

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

R = 39.89%
G = 14.8%
B = 45.31%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD52FB (or 0xDD52FB) is known color: Heliotrope. HEX triplet: DD, 52 and FB. RGB value is (221,82,251). Sum of RGB (Red+Green+Blue) = 221+82+251=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD52FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD52FB is #22AD04. Grayscale: #8E8E8E. Windows color (decimal): -2272517 or 16470749. OLE color: 16470749.

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

Color convert

RGB 221 82 251 -
CMYK 0.12 0.67 0 0.02
HSL 289.35º 0.95% 0.65% -
HSV(B) 289.35º 0.67% 0.98% -
XYZ 50.25 28.37 94.09 -
YUV 142.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 221 82 251 0.12 0.67 0 0.02 289.35 0.95 0.65
Hex DD 52 FB C 43 0 2 121 5F 41
Octal 335 122 373 14 103 0 2 441 137 101
Binary 11011101 1010010 11111011 1100 1000011 0 10 100100001 1011111 1000001

Color Harmonies of #DD52FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52FB

Black with #DD52FB

Text Example


Text Example

White with #DD52FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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