Html Css Color HEX #DC63FD Heliotrope

📋 copy color: '#DC63FD'

red 220 ◦ green 99 ◦ blue 253

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

Shades of Heliotrope #DC63FD

Tints of Heliotrope #DC63FD

RGB

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

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

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

R = 38.46%
G = 17.31%
B = 44.23%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC63FD (or 0xDC63FD) is known color: Heliotrope. HEX triplet: DC, 63 and FD. RGB value is (220,99,253). Sum of RGB (Red+Green+Blue) = 220+99+253=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC63FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63FD is #239C02. Grayscale: #989898. Windows color (decimal): -2333699 or 16606172. OLE color: 16606172.

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

Color convert

RGB 220 99 253 -
CMYK 0.13 0.61 0 0.01
HSL 287.14º 0.97% 0.69% -
HSV(B) 287.14º 0.61% 0.99% -
XYZ 51.71 31.23 96.23 -
YUV 152.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 220 99 253 0.13 0.61 0 0.01 287.14 0.97 0.69
Hex DC 63 FD D 3D 0 1 11F 61 45
Octal 334 143 375 15 75 0 1 437 141 105
Binary 11011100 1100011 11111101 1101 111101 0 1 100011111 1100001 1000101

Color Harmonies of #DC63FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63FD

Black with #DC63FD

Text Example


Text Example

White with #DC63FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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