Html Css Color HEX #DC63FB Heliotrope

📋 copy color: '#DC63FB'

red 220 ◦ green 99 ◦ blue 251

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

Shades of Heliotrope #DC63FB

Tints of Heliotrope #DC63FB

RGB

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

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

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

R = 38.6%
G = 17.37%
B = 44.04%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC63FB (or 0xDC63FB) is known color: Heliotrope. HEX triplet: DC, 63 and FB. RGB value is (220,99,251). Sum of RGB (Red+Green+Blue) = 220+99+251=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 99 (39.06% from 255 or 17.37% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC63FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63FB is #239C04. Grayscale: #989898. Windows color (decimal): -2333701 or 16475100. OLE color: 16475100.

HSL color Cylindrical-coordinate representation of color #DC63FB: hue angle of 287.76º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC63FB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 99 251 -
CMYK 0.12 0.61 0 0.02
HSL 287.76º 0.95% 0.69% -
HSV(B) 287.76º 0.61% 0.98% -
XYZ 51.39 31.1 94.56 -
YUV 152.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 220 99 251 0.12 0.61 0 0.02 287.76 0.95 0.69
Hex DC 63 FB C 3D 0 2 120 5F 45
Octal 334 143 373 14 75 0 2 440 137 105
Binary 11011100 1100011 11111011 1100 111101 0 10 100100000 1011111 1000101

Color Harmonies of #DC63FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63FB

Black with #DC63FB

Text Example


Text Example

White with #DC63FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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