Html Css Color HEX #DC50FD Heliotrope

📋 copy color: '#DC50FD'

red 220 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #DC50FD

Tints of Heliotrope #DC50FD

RGB

 RED value IS 220 (86.33% from 255) = 39.78%

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

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

R = 39.78%
G = 14.47%
B = 45.75%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC50FD (or 0xDC50FD) is known color: Heliotrope. HEX triplet: DC, 50 and FD. RGB value is (220,80,253). Sum of RGB (Red+Green+Blue) = 220+80+253=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC50FD is #23AF02. Grayscale: #8D8D8D. Windows color (decimal): -2338563 or 16601308. OLE color: 16601308.

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

Color convert

RGB 220 80 253 -
CMYK 0.13 0.68 0 0.01
HSL 288.55º 0.98% 0.65% -
HSV(B) 288.55º 0.68% 0.99% -
XYZ 50.11 28.04 95.7 -
YUV 141.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 220 80 253 0.13 0.68 0 0.01 288.55 0.98 0.65
Hex DC 50 FD D 44 0 1 121 62 41
Octal 334 120 375 15 104 0 1 441 142 101
Binary 11011100 1010000 11111101 1101 1000100 0 1 100100001 1100010 1000001

Color Harmonies of #DC50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50FD

Black with #DC50FD

Text Example


Text Example

White with #DC50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50FD; }

 p { color: rgb(220,80,253); }

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

background-color css

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

 a { background-color: rgb(220,80,253); }

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

border-color css

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

 span { border-color: rgb(220,80,253); }

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