Html Css Color HEX #DC63FE Heliotrope

📋 copy color: '#DC63FE'

red 220 ◦ green 99 ◦ blue 254

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

Shades of Heliotrope #DC63FE

Tints of Heliotrope #DC63FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.28%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 38.39%
G = 17.28%
B = 44.33%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC63FE (or 0xDC63FE) is known color: Heliotrope. HEX triplet: DC, 63 and FE. RGB value is (220,99,254). Sum of RGB (Red+Green+Blue) = 220+99+254=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 99 (39.06% from 255 or 17.28% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63FE is #239C01. Grayscale: #989898. Windows color (decimal): -2333698 or 16671708. OLE color: 16671708.

HSL color Cylindrical-coordinate representation of color #DC63FE: hue angle of 286.84º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC63FE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 99 254 -
CMYK 0.13 0.61 0 0.00
HSL 286.84º 0.99% 0.69% -
HSV(B) 286.84º 0.61% 1% -
XYZ 51.87 31.3 97.07 -
YUV 152.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 220 99 254 0.13 0.61 0 0.00 286.84 0.99 0.69
Hex DC 63 FE D 3D 0 0 11F 63 45
Octal 334 143 376 15 75 0 0 437 143 105
Binary 11011100 1100011 11111110 1101 111101 0 0 100011111 1100011 1000101

Color Harmonies of #DC63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63FE

Black with #DC63FE

Text Example


Text Example

White with #DC63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63FE; }

 p { color: rgb(220,99,254); }

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

background-color css

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

 a { background-color: rgb(220,99,254); }

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

border-color css

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

 span { border-color: rgb(220,99,254); }

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