Html Css Color HEX #DD49FD Heliotrope

📋 copy color: '#DD49FD'

red 221 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #DD49FD

Tints of Heliotrope #DD49FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 40.4%
G = 13.35%
B = 46.25%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD49FD (or 0xDD49FD) is known color: Heliotrope. HEX triplet: DD, 49 and FD. RGB value is (221,73,253). Sum of RGB (Red+Green+Blue) = 221+73+253=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 73 (28.91% from 255 or 13.35% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD49FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49FD is #22B602. Grayscale: #898989. Windows color (decimal): -2274819 or 16599517. OLE color: 16599517.

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

Color convert

RGB 221 73 253 -
CMYK 0.13 0.71 0 0.01
HSL 289.33º 0.98% 0.64% -
HSV(B) 289.33º 0.71% 0.99% -
XYZ 49.93 27.23 95.55 -
YUV 137.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 221 73 253 0.13 0.71 0 0.01 289.33 0.98 0.64
Hex DD 49 FD D 47 0 1 121 62 40
Octal 335 111 375 15 107 0 1 441 142 100
Binary 11011101 1001001 11111101 1101 1000111 0 1 100100001 1100010 1000000

Color Harmonies of #DD49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49FD

Black with #DD49FD

Text Example


Text Example

White with #DD49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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