Html Css Color HEX #D63FFC Heliotrope

📋 copy color: '#D63FFC'

red 214 ◦ green 63 ◦ blue 252

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

Shades of Heliotrope #D63FFC

Tints of Heliotrope #D63FFC

RGB

 RED value IS 214 (83.98% from 255) = 40.45%

 GREEN value IS 63 (25% from 255) = 11.91%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 40.45%
G = 11.91%
B = 47.64%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D63FFC (or 0xD63FFC) is known color: Heliotrope. HEX triplet: D6, 3F and FC. RGB value is (214,63,252). Sum of RGB (Red+Green+Blue) = 214+63+252=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #D63FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FFC is #29C003. Grayscale: #818181. Windows color (decimal): -2736132 or 16531414. OLE color: 16531414.

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

Color convert

RGB 214 63 252 -
CMYK 0.15 0.75 0 0.01
HSL 287.94º 0.97% 0.62% -
HSV(B) 287.94º 0.75% 0.99% -
XYZ 47.08 24.88 94.42 -
YUV 129.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 214 63 252 0.15 0.75 0 0.01 287.94 0.97 0.62
Hex D6 3F FC F 4B 0 1 120 61 3E
Octal 326 77 374 17 113 0 1 440 141 76
Binary 11010110 111111 11111100 1111 1001011 0 1 100100000 1100001 111110

Color Harmonies of #D63FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FFC

Black with #D63FFC

Text Example


Text Example

White with #D63FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FFC; }

 p { color: rgb(214,63,252); }

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

background-color css

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

 a { background-color: rgb(214,63,252); }

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

border-color css

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

 span { border-color: rgb(214,63,252); }

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