Html Css Color HEX #DD50FF Heliotrope

📋 copy color: '#DD50FF'

red 221 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #DD50FF

Tints of Heliotrope #DD50FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.86%

R = 39.75%
G = 14.39%
B = 45.86%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD50FF (or 0xDD50FF) is known color: Heliotrope. HEX triplet: DD, 50 and FF. RGB value is (221,80,255). Sum of RGB (Red+Green+Blue) = 221+80+255=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 80 (31.64% from 255 or 14.39% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50FF is #22AF00. Grayscale: #8D8D8D. Windows color (decimal): -2273025 or 16732381. OLE color: 16732381.

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

Color convert

RGB 221 80 255 -
CMYK 0.13 0.69 0 0
HSL 288.34º 1% 0.66% -
HSV(B) 288.34º 0.69% 1% -
XYZ 50.74 28.33 97.4 -
YUV 142.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 221 80 255 0.13 0.69 0 0 288.34 1 0.66
Hex DD 50 FF D 45 0 0 120 64 42
Octal 335 120 377 15 105 0 0 440 144 102
Binary 11011101 1010000 11111111 1101 1000101 0 0 100100000 1100100 1000010

Color Harmonies of #DD50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50FF

Black with #DD50FF

Text Example


Text Example

White with #DD50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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