Html Css Color HEX #DC63F4 Heliotrope

📋 copy color: '#DC63F4'

red 220 ◦ green 99 ◦ blue 244

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

Shades of Heliotrope #DC63F4

Tints of Heliotrope #DC63F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.34%

R = 39.08%
G = 17.58%
B = 43.34%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC63F4 (or 0xDC63F4) is known color: Heliotrope. HEX triplet: DC, 63 and F4. RGB value is (220,99,244). Sum of RGB (Red+Green+Blue) = 220+99+244=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC63F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63F4 is #239C0B. Grayscale: #979797. Windows color (decimal): -2333708 or 16016348. OLE color: 16016348.

HSL color Cylindrical-coordinate representation of color #DC63F4: hue angle of 290.07º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC63F4 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 99 244 -
CMYK 0.10 0.59 0 0.04
HSL 290.07º 0.87% 0.67% -
HSV(B) 290.07º 0.59% 0.96% -
XYZ 50.31 30.67 88.86 -
YUV 151.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 220 99 244 0.10 0.59 0 0.04 290.07 0.87 0.67
Hex DC 63 F4 A 3B 0 4 122 57 43
Octal 334 143 364 12 73 0 4 442 127 103
Binary 11011100 1100011 11110100 1010 111011 0 100 100100010 1010111 1000011

Color Harmonies of #DC63F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63F4

Black with #DC63F4

Text Example


Text Example

White with #DC63F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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