Html Css Color HEX #DD50F6 Heliotrope

📋 copy color: '#DD50F6'

red 221 ◦ green 80 ◦ blue 246

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

Shades of Heliotrope #DD50F6

Tints of Heliotrope #DD50F6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.63%

 BLUE value IS 246 (96.48% from 255) = 44.97%

R = 40.4%
G = 14.63%
B = 44.97%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD50F6 (or 0xDD50F6) is known color: Heliotrope. HEX triplet: DD, 50 and F6. RGB value is (221,80,246). Sum of RGB (Red+Green+Blue) = 221+80+246=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD50F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50F6 is #22AF09. Grayscale: #8C8C8C. Windows color (decimal): -2273034 or 16142557. OLE color: 16142557.

HSL color Cylindrical-coordinate representation of color #DD50F6: hue angle of 290.96º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD50F6 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 80 246 -
CMYK 0.10 0.67 0 0.04
HSL 290.96º 0.9% 0.64% -
HSV(B) 290.96º 0.67% 0.96% -
XYZ 49.32 27.76 89.95 -
YUV 141.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 221 80 246 0.10 0.67 0 0.04 290.96 0.9 0.64
Hex DD 50 F6 A 43 0 4 123 5A 40
Octal 335 120 366 12 103 0 4 443 132 100
Binary 11011101 1010000 11110110 1010 1000011 0 100 100100011 1011010 1000000

Color Harmonies of #DD50F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50F6

Black with #DD50F6

Text Example


Text Example

White with #DD50F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50F6; }

 p { color: rgb(221,80,246); }

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

background-color css

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

 a { background-color: rgb(221,80,246); }

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

border-color css

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

 span { border-color: rgb(221,80,246); }

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