Html Css Color HEX #DC50FC Heliotrope

📋 copy color: '#DC50FC'

red 220 ◦ green 80 ◦ blue 252

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

Shades of Heliotrope #DC50FC

Tints of Heliotrope #DC50FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 39.86%
G = 14.49%
B = 45.65%

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

#DC50FC (or 0xDC50FC) is known color: Heliotrope. HEX triplet: DC, 50 and FC. RGB value is (220,80,252). Sum of RGB (Red+Green+Blue) = 220+80+252=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC50FC is #23AF03. Grayscale: #8C8C8C. Windows color (decimal): -2338564 or 16535772. OLE color: 16535772.

HSL color Cylindrical-coordinate representation of color #DC50FC: hue angle of 288.84º degrees, saturation: 0.97, 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 #DC50FC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 80 252 -
CMYK 0.13 0.68 0 0.01
HSL 288.84º 0.97% 0.65% -
HSV(B) 288.84º 0.68% 0.99% -
XYZ 49.95 27.98 94.86 -
YUV 141.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 220 80 252 0.13 0.68 0 0.01 288.84 0.97 0.65
Hex DC 50 FC D 44 0 1 121 61 41
Octal 334 120 374 15 104 0 1 441 141 101
Binary 11011100 1010000 11111100 1101 1000100 0 1 100100001 1100001 1000001

Color Harmonies of #DC50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50FC

Black with #DC50FC

Text Example


Text Example

White with #DC50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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