Html Css Color HEX #DD51FE Heliotrope

📋 copy color: '#DD51FE'

red 221 ◦ green 81 ◦ blue 254

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

Shades of Heliotrope #DD51FE

Tints of Heliotrope #DD51FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.57%

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

R = 39.75%
G = 14.57%
B = 45.68%

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

#DD51FE (or 0xDD51FE) is known color: Heliotrope. HEX triplet: DD, 51 and FE. RGB value is (221,81,254). Sum of RGB (Red+Green+Blue) = 221+81+254=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 81 (32.03% from 255 or 14.57% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD51FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD51FE is #22AE01. Grayscale: #8E8E8E. Windows color (decimal): -2272770 or 16667101. OLE color: 16667101.

HSL color Cylindrical-coordinate representation of color #DD51FE: hue angle of 288.55º 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 #DD51FE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 81 254 -
CMYK 0.13 0.68 0 0.00
HSL 288.55º 0.99% 0.66% -
HSV(B) 288.55º 0.68% 1% -
XYZ 50.65 28.41 96.58 -
YUV 142.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 221 81 254 0.13 0.68 0 0.00 288.55 0.99 0.66
Hex DD 51 FE D 44 0 0 121 63 42
Octal 335 121 376 15 104 0 0 441 143 102
Binary 11011101 1010001 11111110 1101 1000100 0 0 100100001 1100011 1000010

Color Harmonies of #DD51FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51FE

Black with #DD51FE

Text Example


Text Example

White with #DD51FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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