Html Css Color HEX #DD54FB Heliotrope

📋 copy color: '#DD54FB'

red 221 ◦ green 84 ◦ blue 251

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

Shades of Heliotrope #DD54FB

Tints of Heliotrope #DD54FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.11%

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

R = 39.75%
G = 15.11%
B = 45.14%

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

#DD54FB (or 0xDD54FB) is known color: Heliotrope. HEX triplet: DD, 54 and FB. RGB value is (221,84,251). Sum of RGB (Red+Green+Blue) = 221+84+251=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD54FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD54FB is #22AB04. Grayscale: #8F8F8F. Windows color (decimal): -2272005 or 16471261. OLE color: 16471261.

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

Color convert

RGB 221 84 251 -
CMYK 0.12 0.67 0 0.02
HSL 289.22º 0.95% 0.66% -
HSV(B) 289.22º 0.67% 0.98% -
XYZ 50.4 28.68 94.15 -
YUV 144 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 221 84 251 0.12 0.67 0 0.02 289.22 0.95 0.66
Hex DD 54 FB C 43 0 2 121 5F 42
Octal 335 124 373 14 103 0 2 441 137 102
Binary 11011101 1010100 11111011 1100 1000011 0 10 100100001 1011111 1000010

Color Harmonies of #DD54FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD54FB

Black with #DD54FB

Text Example


Text Example

White with #DD54FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD54FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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