Html Css Color HEX #DC51FC Heliotrope

📋 copy color: '#DC51FC'

red 220 ◦ green 81 ◦ blue 252

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

Shades of Heliotrope #DC51FC

Tints of Heliotrope #DC51FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.65%

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

R = 39.78%
G = 14.65%
B = 45.57%

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

#DC51FC (or 0xDC51FC) is known color: Heliotrope. HEX triplet: DC, 51 and FC. RGB value is (220,81,252). Sum of RGB (Red+Green+Blue) = 220+81+252=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC51FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC51FC is #23AE03. Grayscale: #8D8D8D. Windows color (decimal): -2338308 or 16536028. OLE color: 16536028.

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

Color convert

RGB 220 81 252 -
CMYK 0.13 0.68 0 0.01
HSL 288.77º 0.97% 0.65% -
HSV(B) 288.77º 0.68% 0.99% -
XYZ 50.03 28.13 94.89 -
YUV 142.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 220 81 252 0.13 0.68 0 0.01 288.77 0.97 0.65
Hex DC 51 FC D 44 0 1 121 61 41
Octal 334 121 374 15 104 0 1 441 141 101
Binary 11011100 1010001 11111100 1101 1000100 0 1 100100001 1100001 1000001

Color Harmonies of #DC51FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC51FC

Black with #DC51FC

Text Example


Text Example

White with #DC51FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC51FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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