Html Css Color HEX #DC51FB Heliotrope

📋 copy color: '#DC51FB'

red 220 ◦ green 81 ◦ blue 251

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

Shades of Heliotrope #DC51FB

Tints of Heliotrope #DC51FB

RGB

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

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

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

R = 39.86%
G = 14.67%
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

#DC51FB (or 0xDC51FB) is known color: Heliotrope. HEX triplet: DC, 51 and FB. RGB value is (220,81,251). Sum of RGB (Red+Green+Blue) = 220+81+251=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 81 (32.03% from 255 or 14.67% 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 #DC51FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC51FB is #23AE04. Grayscale: #8D8D8D. Windows color (decimal): -2338309 or 16470492. OLE color: 16470492.

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

Color convert

RGB 220 81 251 -
CMYK 0.12 0.68 0 0.02
HSL 289.06º 0.96% 0.65% -
HSV(B) 289.06º 0.68% 0.98% -
XYZ 49.87 28.07 94.06 -
YUV 141.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 220 81 251 0.12 0.68 0 0.02 289.06 0.96 0.65
Hex DC 51 FB C 44 0 2 121 60 41
Octal 334 121 373 14 104 0 2 441 140 101
Binary 11011100 1010001 11111011 1100 1000100 0 10 100100001 1100000 1000001

Color Harmonies of #DC51FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC51FB

Black with #DC51FB

Text Example


Text Example

White with #DC51FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC51FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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