Html Css Color HEX #DD50FB Heliotrope

📋 copy color: '#DD50FB'

red 221 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #DD50FB

Tints of Heliotrope #DD50FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 40.04%
G = 14.49%
B = 45.47%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD50FB (or 0xDD50FB) is known color: Heliotrope. HEX triplet: DD, 50 and FB. RGB value is (221,80,251). Sum of RGB (Red+Green+Blue) = 221+80+251=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD50FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50FB is #22AF04. Grayscale: #8D8D8D. Windows color (decimal): -2273029 or 16470237. OLE color: 16470237.

HSL color Cylindrical-coordinate representation of color #DD50FB: hue angle of 289.47º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD50FB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 80 251 -
CMYK 0.12 0.68 0 0.02
HSL 289.47º 0.96% 0.65% -
HSV(B) 289.47º 0.68% 0.98% -
XYZ 50.1 28.07 94.05 -
YUV 141.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 221 80 251 0.12 0.68 0 0.02 289.47 0.96 0.65
Hex DD 50 FB C 44 0 2 121 60 41
Octal 335 120 373 14 104 0 2 441 140 101
Binary 11011101 1010000 11111011 1100 1000100 0 10 100100001 1100000 1000001

Color Harmonies of #DD50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50FB

Black with #DD50FB

Text Example


Text Example

White with #DD50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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