Html Css Color HEX #DD49F9 Heliotrope

📋 copy color: '#DD49F9'

red 221 ◦ green 73 ◦ blue 249

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

Shades of Heliotrope #DD49F9

Tints of Heliotrope #DD49F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.86%

R = 40.7%
G = 13.44%
B = 45.86%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD49F9 (or 0xDD49F9) is known color: Heliotrope. HEX triplet: DD, 49 and F9. RGB value is (221,73,249). Sum of RGB (Red+Green+Blue) = 221+73+249=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD49F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49F9 is #22B606. Grayscale: #888888. Windows color (decimal): -2274823 or 16337373. OLE color: 16337373.

HSL color Cylindrical-coordinate representation of color #DD49F9: hue angle of 290.45º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD49F9 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 73 249 -
CMYK 0.11 0.71 0 0.02
HSL 290.45º 0.94% 0.63% -
HSV(B) 290.45º 0.71% 0.98% -
XYZ 49.3 26.98 92.23 -
YUV 137.32 191.03 187.69 -
System Red Green Blue C M Y K H S L
Decimal 221 73 249 0.11 0.71 0 0.02 290.45 0.94 0.63
Hex DD 49 F9 B 47 0 2 122 5E 3F
Octal 335 111 371 13 107 0 2 442 136 77
Binary 11011101 1001001 11111001 1011 1000111 0 10 100100010 1011110 111111

Color Harmonies of #DD49F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49F9

Black with #DD49F9

Text Example


Text Example

White with #DD49F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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