Html Css Color HEX #DD49FE Heliotrope

📋 copy color: '#DD49FE'

red 221 ◦ green 73 ◦ blue 254

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

Shades of Heliotrope #DD49FE

Tints of Heliotrope #DD49FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.32%

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

R = 40.33%
G = 13.32%
B = 46.35%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD49FE (or 0xDD49FE) is known color: Heliotrope. HEX triplet: DD, 49 and FE. RGB value is (221,73,254). Sum of RGB (Red+Green+Blue) = 221+73+254=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 73 (28.91% from 255 or 13.32% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49FE is #22B601. Grayscale: #898989. Windows color (decimal): -2274818 or 16665053. OLE color: 16665053.

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

Color convert

RGB 221 73 254 -
CMYK 0.13 0.71 0 0.00
HSL 289.06º 0.99% 0.64% -
HSV(B) 289.06º 0.71% 1% -
XYZ 50.09 27.29 96.39 -
YUV 137.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 221 73 254 0.13 0.71 0 0.00 289.06 0.99 0.64
Hex DD 49 FE D 47 0 0 121 63 40
Octal 335 111 376 15 107 0 0 441 143 100
Binary 11011101 1001001 11111110 1101 1000111 0 0 100100001 1100011 1000000

Color Harmonies of #DD49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49FE

Black with #DD49FE

Text Example


Text Example

White with #DD49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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