Html Css Color HEX #DD46FE Heliotrope

📋 copy color: '#DD46FE'

red 221 ◦ green 70 ◦ blue 254

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

Shades of Heliotrope #DD46FE

Tints of Heliotrope #DD46FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.84%

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

R = 40.55%
G = 12.84%
B = 46.61%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD46FE (or 0xDD46FE) is known color: Heliotrope. HEX triplet: DD, 46 and FE. RGB value is (221,70,254). Sum of RGB (Red+Green+Blue) = 221+70+254=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 70 (27.73% from 255 or 12.84% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD46FE is #22B901. Grayscale: #878787. Windows color (decimal): -2275586 or 16664285. OLE color: 16664285.

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

Color convert

RGB 221 70 254 -
CMYK 0.13 0.72 0 0.00
HSL 289.24º 0.99% 0.64% -
HSV(B) 289.24º 0.72% 1% -
XYZ 49.9 26.91 96.33 -
YUV 136.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 221 70 254 0.13 0.72 0 0.00 289.24 0.99 0.64
Hex DD 46 FE D 48 0 0 121 63 40
Octal 335 106 376 15 110 0 0 441 143 100
Binary 11011101 1000110 11111110 1101 1001000 0 0 100100001 1100011 1000000

Color Harmonies of #DD46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46FE

Black with #DD46FE

Text Example


Text Example

White with #DD46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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